From 3415cc8684643f190602a93e7c9c66caac3533e0 Mon Sep 17 00:00:00 2001 From: Dustin Chilson Date: Thu, 14 Sep 2023 07:59:40 -0400 Subject: [PATCH] Update limit_regions to allow users to change support plans or submit 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. --- main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.tf b/main.tf index 7f7b4fb..60d871f 100644 --- a/main.tf +++ b/main.tf @@ -264,6 +264,8 @@ data "aws_iam_policy_document" "combined_policy_block" { "shield:*", "sts:*", "support:*", + "supportapp:*", + "supportplans:*", "trustedadvisor:*", "waf-regional:*", "waf:*",