Skip to content

Commit

Permalink
pdev
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 22, 2024
1 parent c930829 commit 9dd1a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions accounts/swarms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@ output user_data_new {
module pdev {
source = "./pdev"
}

module mdupont {
source = "./mdupont"
}
2 changes: 1 addition & 1 deletion accounts/swarms/pdev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_iam_role" "pdev" {
AWS = "arn:aws:iam::354918380242:root"
}
Action = "sts:AssumeRole"
"Condition": { "Bool": { "aws:MultiFactorAuthPresent": "true" } }
# "Condition": { "Bool": { "aws:MultiFactorAuthPresent": "true" } }
}

]
Expand Down

0 comments on commit 9dd1a41

Please sign in to comment.