From 6798ffb22f3c84de6558e997a1f36f2eebf1d321 Mon Sep 17 00:00:00 2001 From: Eric Christensen Date: Mon, 23 Oct 2023 17:58:57 +0000 Subject: [PATCH] Fixed QS Data Source policy name collision --- cfn-templates/cid-cfn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfn-templates/cid-cfn.yml b/cfn-templates/cid-cfn.yml index 60aaace0..01c975d6 100644 --- a/cfn-templates/cid-cfn.yml +++ b/cfn-templates/cid-cfn.yml @@ -1075,7 +1075,7 @@ Resources: Type: AWS::IAM::Policy Condition: NeedQuickSightDataSourceRoleAndODC Properties: - PolicyName: S3Access + PolicyName: QuickSightDataSource-S3AccessODC PolicyDocument: Version: 2012-10-17 Statement: @@ -1099,7 +1099,7 @@ Resources: Type: AWS::IAM::Policy Condition: NeedQuickSightDataSourceRoleAndCUR Properties: - PolicyName: S3Access + PolicyName: QuickSightDataSource-S3AccessCUR PolicyDocument: Version: 2012-10-17 Statement: