File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6+ ## [ 3.2.3] - 2022-12-13
7+ ### Changed
8+ - Add region as prefix to application attribute group name to avoid conflict with name starting with AWS.
69## [ 3.2.2] - 2022-12-05
710### Added
811- Added AppRegistry integration
Original file line number Diff line number Diff line change @@ -2272,7 +2272,7 @@ Resources:
22722272 DefaultApplicationAttributes:
22732273 Type: AWS::ServiceCatalogAppRegistry::AttributeGroup
22742274 Properties:
2275- Name: !Ref AWS::StackName
2275+ Name: !Sub '${ AWS::Region}-${AWS:: StackName}'
22762276 Description: Attribute group for solution information.
22772277 Attributes:
22782278 { "ApplicationType" : 'AWS-Solutions',
You can’t perform that action at this time.
0 commit comments