We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfecb43 commit 5280198Copy full SHA for 5280198
2 files changed
tofu/config/dev-co/bootstrap/main.tf
@@ -22,6 +22,7 @@ resource "aws_iam_policy" "github_actions" {
22
Effect = "Allow"
23
Action = [
24
"acm:*",
25
+ "appconfig:*",
26
"cloudfront:*",
27
"dynamodb:*",
28
"ec2:*",
tofu/config/dev-dc/bootstrap/main.tf
0 commit comments