Skip to content

Commit 0989ca1

Browse files
Temporarily allow all tags
1 parent 2e618aa commit 0989ca1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,12 @@ resource "aws_iam_role" "cloud-agent" {
363363
Action = ["ec2:CreateTags"],
364364
Effect = "Allow",
365365
Resource = "arn:aws:ec2:*:*:*/*",
366-
Condition = {
367-
StringEquals = {
368-
"aws:RequestTag/depot-connection" = var.connection-id,
369-
"ec2:CreateAction" = ["CreateVolume", "RunInstances"],
370-
}
371-
}
366+
# Condition = {
367+
# StringEquals = {
368+
# "aws:RequestTag/depot-connection" = var.connection-id,
369+
# "ec2:CreateAction" = ["CreateVolume", "RunInstances"],
370+
# }
371+
# }
372372
},
373373

374374
{

0 commit comments

Comments
 (0)