You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-main-ssm.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.2
12
+
Version: 1.3
13
13
Entry: Parameters for deploying solution resolving SSM parameters
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -153,8 +153,8 @@ Parameters:
153
153
Description: The SRA solution name. The default value is the folder name of the solution
154
154
Type: String
155
155
pSRASolutionVersion:
156
-
AllowedValues: [v1.2]
157
-
Default: v1.2
156
+
AllowedValues: [v1.3]
157
+
Default: v1.3
158
158
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-main.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.2
12
+
Version: 1.3
13
13
Entry: Parameters for deploying solution
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -151,8 +151,8 @@ Parameters:
151
151
Description: The SRA solution name. The default value is the folder name of the solution
152
152
Type: String
153
153
pSRASolutionVersion:
154
-
AllowedValues: [v1.2]
155
-
Default: v1.2
154
+
AllowedValues: [v1.3]
155
+
Default: v1.3
156
156
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-waf-policy.yaml
0 commit comments