Skip to content

Commit e4e4280

Browse files
committed
fix: 6764: remove sts for usprod and dev
1 parent 5bdfb8d commit e4e4280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "aws_iam_role" "datadog-integration" {
3131
{
3232
"Effect": "Allow",
3333
"Principal": {
34-
"AWS": ["arn:aws:iam::464622532012:root","arn:aws:iam::777909771556:root","arn:aws:iam::359939295825:root"]
34+
"AWS": "arn:aws:iam::464622532012:root"
3535
},
3636
"Action": "sts:AssumeRole",
3737
"Condition": {

0 commit comments

Comments
 (0)