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 5bdfb8d commit e4e4280Copy full SHA for e4e4280
main.tf
@@ -31,7 +31,7 @@ resource "aws_iam_role" "datadog-integration" {
31
{
32
"Effect": "Allow",
33
"Principal": {
34
- "AWS": ["arn:aws:iam::464622532012:root","arn:aws:iam::777909771556:root","arn:aws:iam::359939295825:root"]
+ "AWS": "arn:aws:iam::464622532012:root"
35
},
36
"Action": "sts:AssumeRole",
37
"Condition": {
0 commit comments