Skip to content

Commit

Permalink
fix: 6764: add the dev datadog role in the sts assume role
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarNour14 committed Jul 26, 2022
1 parent e4e4280 commit 518ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "aws_iam_role" "datadog-integration" {
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::464622532012:root"
"AWS": ["arn:aws:iam::464622532012:root","arn:aws:iam::777909771556:role/datadog-integration-role"]
},
"Action": "sts:AssumeRole",
"Condition": {
Expand Down

0 comments on commit 518ccfe

Please sign in to comment.