aws_ssm_parameter : arn output is incorrect #3263
Labels
bug
Addresses a defect in current functionality.
service/ssm
Issues and PRs that pertain to the ssm service.
Milestone
Terraform Version
0.11.3
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
ARN should match the same ARN that using e.g.
aws-sdk
SSM.getParameter() attempts to use.Actual Behavior
ARN includes an extra slash compared to output from ssm calls
SSM says :
Currently trying to get to the bottom of why my lambda function can't do GetParameter here, thought it might be down to the extra slash in the policy document ARN but it's not.
I'm doing a
replace()
in the TF script to remove it anyway.The text was updated successfully, but these errors were encountered: