From 0e6115c36728cdbdc78633db12bceaae54acf73e Mon Sep 17 00:00:00 2001 From: Austin Taylor Heiman Date: Mon, 4 May 2026 08:22:35 -0500 Subject: [PATCH] sc-developer: allow appconfig:* CEDSCI developers need to use appconfig for ECS task configuration at runtime --- policies/sc-developer/policy.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/policies/sc-developer/policy.tf b/policies/sc-developer/policy.tf index 0fff97b..8e88909 100644 --- a/policies/sc-developer/policy.tf +++ b/policies/sc-developer/policy.tf @@ -53,6 +53,7 @@ data "aws_iam_policy_document" "inline" { actions = [ "athena:*", "apigateway:*", + "appconfig:*", "bedrock:*", "logs:*", "cloudshell:*",