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 e4e4280 commit 518ccfeCopy full SHA for 518ccfe
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"
+ "AWS": ["arn:aws:iam::464622532012:root","arn:aws:iam::777909771556:role/datadog-integration-role"]
35
},
36
"Action": "sts:AssumeRole",
37
"Condition": {
0 commit comments