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.1
12
+
Version: 1.2
13
13
Entry: Parameters for deploying solution resolving SSM parameters
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -152,8 +152,8 @@ Parameters:
152
152
Description: The SRA solution name. The default value is the folder name of the solution
153
153
Type: String
154
154
pSRASolutionVersion:
155
-
AllowedValues: [v1.1]
156
-
Default: v1.1
155
+
AllowedValues: [v1.2]
156
+
Default: v1.2
157
157
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.1
12
+
Version: 1.2
13
13
Entry: Parameters for deploying solution
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -150,8 +150,8 @@ Parameters:
150
150
Description: The SRA solution name. The default value is the folder name of the solution
151
151
Type: String
152
152
pSRASolutionVersion:
153
-
AllowedValues: [v1.1]
154
-
Default: v1.1
153
+
AllowedValues: [v1.2]
154
+
Default: v1.2
155
155
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