Unable to create resource due aws_ssm_parameter in output value for arn missed account_id #10274
Labels
bug
Addresses a defect in current functionality.
service/ssm
Issues and PRs that pertain to the ssm service.
This issue was originally opened by @KursLabIgor as hashicorp/terraform#22926. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
no
Expected Behavior
Configuration same as for terraform 0.11. But for 0.12 doesnt work.
SSM_PARAMETER ARN should be like
"arn:aws:ssm:region:aws_account_id:parameter/parameter_name"
Actual Behavior
Seem like in ARN account id is empty .
During plan i see ARN like:
Actual ARN:
"arn:aws:ssm:region::parameter/parameter_name"
account_id - is missed
Steps to Reproduce
Additional Context
See AWS docs secrets section
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#container_definition_security
References
The text was updated successfully, but these errors were encountered: