Skip to content

Commit

Permalink
Update limit_regions to allow users to change support plans or submit…
Browse files Browse the repository at this point in the history
… support tickets in sub accounts

Without supportapp or supportplans users are unable to change a sub-accounts support plan level nor are they able to submit support tickets if the limit_regions policy is enabled.
  • Loading branch information
dustinchilson authored Sep 14, 2023
1 parent 4538297 commit 3415cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ data "aws_iam_policy_document" "combined_policy_block" {
"shield:*",
"sts:*",
"support:*",
"supportapp:*",
"supportplans:*",
"trustedadvisor:*",
"waf-regional:*",
"waf:*",
Expand Down

0 comments on commit 3415cc8

Please sign in to comment.