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 213880d commit ccf2cf5Copy full SHA for ccf2cf5
infra/kinesis_role.tf
infra/mesh.tf
infra/roles.tf
@@ -59,14 +59,6 @@ resource "aws_iam_role" "auto_ops" {
59
AWS = "arn:aws:iam::${var.build_agent_account_id}:role/build-agent"
60
},
61
Action = "sts:AssumeRole"
62
- },
63
- {
64
- Sid = ""
65
- Effect = "Allow",
66
- Principal = {
67
- AWS = "arn:aws:iam::${var.imms_account_id}:role/DevOps"
68
69
- Action = "sts:AssumeRole"
70
}
71
]
72
})
0 commit comments