Skip to content

Commit

Permalink
Merge pull request #229 from aws-solutions/release/v3.2.3
Browse files Browse the repository at this point in the history
Updated to version v3.2.3
  • Loading branch information
groverlalit authored Dec 13, 2022
2 parents d411a9e + fa5767d commit 081acf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deployment/aws-waf-security-automations.template
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 081acf4

Please sign in to comment.