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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## Table of Contents<!-- omit in toc -->
4
4
5
5
-[Introduction](#introduction)
6
+
-[2022-03-16](#2022-03-16)
6
7
-[2022-03-14](#2022-03-14)
7
8
-[2022-01-07](#2022-01-07)
8
9
-[2021-12-16](#2021-12-16)
@@ -21,6 +22,12 @@ All notable changes to this project will be documented in this file.
21
22
22
23
---
23
24
25
+
## 2022-03-16
26
+
27
+
### Fixed<!-- omit in toc -->
28
+
29
+
- Fixed the [Common Prerequisites](aws_sra_examples/solutions/common/common_prerequisites) solution to support Control Tower configurations with a single governed region.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/common/common_prerequisites/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ reference Systems Manager parameters in your scripts, commands, SSM documents, a
51
51
- Optional parameters are included to create the parameters in all `member accounts` in the same regions that are enabled in the `management account`.
52
52
- This allows for common SSM parameters to be resolved in the `member accounts` for future SRA solutions, and customer workload solutions.
53
53
- Common parameters created will be retained even if the CloudFormation stacks from this solution are deleted.
54
+
- Empty parameters will get set with `NONE` as the value. For example the '/sra/regions/customer-control-tower-regions-without-home-region' parameter will get set to `NONE` when only one region is governed by Control Tower.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/common/common_prerequisites/templates/sra-common-prerequisites-member-account-parameters.yaml
0 commit comments