Skip to content

Commit b50ee7c

Browse files
authored
Merge pull request #87 from aws-samples/bug/fms-policy-setting-mismatch
Set ExcludeResourceTags to false for all policies
2 parents 5afe727 + 4194823 commit b50ee7c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-main-ssm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description:
99

1010
Metadata:
1111
SRA:
12-
Version: 1.1
12+
Version: 1.2
1313
Entry: Parameters for deploying solution resolving SSM parameters
1414
Order: 1
1515
AWS::CloudFormation::Interface:
@@ -152,8 +152,8 @@ Parameters:
152152
Description: The SRA solution name. The default value is the folder name of the solution
153153
Type: String
154154
pSRASolutionVersion:
155-
AllowedValues: [v1.1]
156-
Default: v1.1
155+
AllowedValues: [v1.2]
156+
Default: v1.2
157157
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
158158
Type: String
159159
pSRAStagingS3BucketName:

aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description:
99

1010
Metadata:
1111
SRA:
12-
Version: 1.1
12+
Version: 1.2
1313
Entry: Parameters for deploying solution
1414
Order: 1
1515
AWS::CloudFormation::Interface:
@@ -150,8 +150,8 @@ Parameters:
150150
Description: The SRA solution name. The default value is the folder name of the solution
151151
Type: String
152152
pSRASolutionVersion:
153-
AllowedValues: [v1.1]
154-
Default: v1.1
153+
AllowedValues: [v1.2]
154+
Default: v1.2
155155
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
156156
Type: String
157157
pSRAStagingS3BucketName:

aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-waf-policy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description:
99

1010
Metadata:
1111
SRA:
12-
Version: 1.1
12+
Version: 1.2
1313
Order: 5
1414
AWS::CloudFormation::Interface:
1515
ParameterGroups:
@@ -39,7 +39,7 @@ Resources:
3939
PolicyName: sra-fms-regional-waf-default-policy
4040
DeleteAllPolicyResources: true
4141
RemediationEnabled: true
42-
ExcludeResourceTags: true
42+
ExcludeResourceTags: false
4343
ResourceTags:
4444
- Key: fms-default-policy
4545
Value: 'true'

0 commit comments

Comments
 (0)