Skip to content

Commit 3bcddcf

Browse files
authored
removes extraneous variable (#37)
1 parent 1a9c471 commit 3bcddcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

env/dev/ssm-parameters.tf

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ locals {
5454
"${aws_iam_role.ecsTaskExecutionRole.unique_id}:*",
5555
local.saml_user_ids,
5656
])
57-
58-
sm_arn = "arn:aws:secretsmanager:${var.region}:${data.aws_caller_identity.current.account_id}:secret:${var.app}-${var.environment}-??????"
5957
}
6058

6159
# get the saml user info so we can get the unique_id

0 commit comments

Comments
 (0)