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.
1 parent 2e618aa commit 0989ca1Copy full SHA for 0989ca1
main.tf
@@ -363,12 +363,12 @@ resource "aws_iam_role" "cloud-agent" {
363
Action = ["ec2:CreateTags"],
364
Effect = "Allow",
365
Resource = "arn:aws:ec2:*:*:*/*",
366
- Condition = {
367
- StringEquals = {
368
- "aws:RequestTag/depot-connection" = var.connection-id,
369
- "ec2:CreateAction" = ["CreateVolume", "RunInstances"],
370
- }
371
+ # Condition = {
+ # StringEquals = {
+ # "aws:RequestTag/depot-connection" = var.connection-id,
+ # "ec2:CreateAction" = ["CreateVolume", "RunInstances"],
+ # }
372
},
373
374
{
0 commit comments