Skip to content

Commit

Permalink
Renames ssm parameter store arn
Browse files Browse the repository at this point in the history
  • Loading branch information
tapanr committed Jul 7, 2022
1 parent 73dbc9f commit d7f2dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-ecs-job-fargate/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "aws_iam_role_policy" "task_execution_role_secretsmanager" {
}

data "aws_iam_policy_document" "ssm_permission" {
count = var.ssm_arn != null ? 1 : 0
count = var.ssm_parameter_store_arns != null ? 1 : 0

statement {
actions = [
Expand Down

0 comments on commit d7f2dc8

Please sign in to comment.