Skip to content

Commit a940d78

Browse files
authored
to support multiple regions we need IAm roles to have unique names.
will do this and then move the IAM role resource to template.yaml
1 parent d5e3617 commit a940d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

products/products.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Resources:
8383
ServiceCatalogCfnExecIamRole:
8484
Type: AWS::IAM::Role
8585
Properties:
86-
RoleName: "ServiceCatalogCfnExecIamRole"
86+
RoleName: !Sub "ServiceCatalogCfnExecIamRole-${AWS::Region}"
8787
Description: "Service Catalog CFN execution role"
8888
AssumeRolePolicyDocument:
8989
Version: 2012-10-17

0 commit comments

Comments
 (0)