Skip to content

Commit 38b896c

Browse files
committed
Version bump 1.1.3
1 parent 6c313ce commit 38b896c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/accounts-and-permission-assignments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The permission sets can then be assigned to users or groups in an account with `
66
```
77
module "aws_organizations_and_sso" {
88
source = "chris-qa-org/organzation-and-sso/aws"
9-
version = "1.1.2"
9+
version = "1.1.3"
1010
1111
sso_permission_sets = {
1212
"AdministratorAccess" = {

examples/accounts-and-permission-assignments/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "aws_organizations_and_sso" {
22
source = "chris-qa-org/organzation-and-sso/aws"
3-
version = "1.1.2"
3+
version = "1.1.3"
44

55
sso_permission_sets = {
66
"AdministratorAccess" = {

examples/existing-account-import/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is because it can only be set during account creation
66
```
77
module "aws_organizations_and_sso" {
88
source = "chris-qa-org/organzation-and-sso/aws"
9-
version = "1.1.2"
9+
version = "1.1.3"
1010
1111
organization_config = {
1212
units = {

examples/existing-account-import/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "aws_organizations_and_sso" {
22
source = "chris-qa-org/organzation-and-sso/aws"
3-
version = "1.1.2"
3+
version = "1.1.3"
44

55
organization_config = {
66
units = {

0 commit comments

Comments
 (0)