diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0618c..c2c3019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.3] - 2022-12-13 +### Changed +- Add region as prefix to application attribute group name to avoid conflict with name starting with AWS. ## [3.2.2] - 2022-12-05 ### Added - Added AppRegistry integration diff --git a/deployment/aws-waf-security-automations.template b/deployment/aws-waf-security-automations.template index fda9f35..b11e35b 100644 --- a/deployment/aws-waf-security-automations.template +++ b/deployment/aws-waf-security-automations.template @@ -2272,7 +2272,7 @@ Resources: DefaultApplicationAttributes: Type: AWS::ServiceCatalogAppRegistry::AttributeGroup Properties: - Name: !Ref AWS::StackName + Name: !Sub '${AWS::Region}-${AWS::StackName}' Description: Attribute group for solution information. Attributes: { "ApplicationType" : 'AWS-Solutions',