We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9c471 commit 3bcddcfCopy full SHA for 3bcddcf
env/dev/ssm-parameters.tf
@@ -54,8 +54,6 @@ locals {
54
"${aws_iam_role.ecsTaskExecutionRole.unique_id}:*",
55
local.saml_user_ids,
56
])
57
-
58
- sm_arn = "arn:aws:secretsmanager:${var.region}:${data.aws_caller_identity.current.account_id}:secret:${var.app}-${var.environment}-??????"
59
}
60
61
# get the saml user info so we can get the unique_id
0 commit comments