Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov authored Aug 7, 2024
1 parent 9916000 commit fa9e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module "sns" {
role_permissions_boundary_arn = lookup(var.sns, "role_permissions_boundary_arn", null)
role_description = try(var.sns.role_description, "IRSA for SNS controller for ACK")
role_policies = lookup(var.sns, "role_policies", {
AWSSNSPolicy = var.enable_sns ? aws_iam_policy.snspolicy[0].arn : null
policy = var.enable_sns ? aws_iam_policy.snspolicy[0].arn : null
})
create_policy = try(var.sns.create_policy, false)

Expand Down

0 comments on commit fa9e079

Please sign in to comment.