Skip to content

Commit 509d75d

Browse files
committed
Release v2.2.0
1 parent a14a31e commit 509d75d

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## v2.2.0
4+
* Added the developer SSO group.
5+
36
## v2.1.0
47
* The default model in apps.example for Claude updated to Claude Sonnet v4.
58

apps.example/foundation/parameters.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cross-account-role = "AWSControlTowerExecution"
2222
email-domain = 'example.com'
2323

2424
# Group prefix for SSO
25-
sso-group-prefix = "acme-inc-"
25+
sso-group-prefix = "" # Include the dash: "acme-inc-"
2626

2727

2828
# --------------------------------------------------------------
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sso_group_name:
2+
developers
3+
4+
description:
5+
Members of this group have DeveloperAccess, a wide and powerful role for all types of development.
6+
It cannot manage IAM Users, networking or DNS, for which specialised access is required.

0 commit comments

Comments
 (0)