We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1a4a4c + 8203cb4 commit 2221f87Copy full SHA for 2221f87
cluster/iam_ssm_document.tf
@@ -43,7 +43,7 @@ data "aws_iam_policy_document" "automation_ssm_ec2" {
43
resources = ["arn:aws:ec2:*:*:network-interface/*"]
44
45
condition {
46
- test = "Bool"
+ test = "BoolIfExists"
47
variable = "ec2:AssociatePublicIp"
48
values = ["false"]
49
}
0 commit comments