Skip to content

Commit 518ccfe

Browse files
committed
fix: 6764: add the dev datadog role in the sts assume role
1 parent e4e4280 commit 518ccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
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"
34+
"AWS": ["arn:aws:iam::464622532012:root","arn:aws:iam::777909771556:role/datadog-integration-role"]
3535
},
3636
"Action": "sts:AssumeRole",
3737
"Condition": {

0 commit comments

Comments
 (0)