We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e3617 commit a940d78Copy full SHA for a940d78
1 file changed
products/products.yaml
@@ -83,7 +83,7 @@ Resources:
83
ServiceCatalogCfnExecIamRole:
84
Type: AWS::IAM::Role
85
Properties:
86
- RoleName: "ServiceCatalogCfnExecIamRole"
+ RoleName: !Sub "ServiceCatalogCfnExecIamRole-${AWS::Region}"
87
Description: "Service Catalog CFN execution role"
88
AssumeRolePolicyDocument:
89
Version: 2012-10-17
0 commit comments