Skip to content

Commit

Permalink
Fixed QS Data Source policy name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
esc1144 committed Oct 23, 2023
1 parent f276dbd commit 6798ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ Resources:
Type: AWS::IAM::Policy
Condition: NeedQuickSightDataSourceRoleAndODC
Properties:
PolicyName: S3Access
PolicyName: QuickSightDataSource-S3AccessODC
PolicyDocument:
Version: 2012-10-17
Statement:
Expand All @@ -1099,7 +1099,7 @@ Resources:
Type: AWS::IAM::Policy
Condition: NeedQuickSightDataSourceRoleAndCUR
Properties:
PolicyName: S3Access
PolicyName: QuickSightDataSource-S3AccessCUR
PolicyDocument:
Version: 2012-10-17
Statement:
Expand Down

0 comments on commit 6798ffb

Please sign in to comment.