Skip to content

Commit 2c4bd7c

Browse files
authored
Merge pull request #36 from chris-qa-org/bump-version-1-1-0
Version bump 1.1.0
2 parents 6dd8af0 + 496929b commit 2c4bd7c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This module creates and manages [AWS Organizations][1], [Organization units][2],
1515
```hcl
1616
module "aws_organizations_and_sso" {
1717
source = "chris-qa-org/organzation-and-sso/aws"
18-
version = "1.0.1"
18+
version = "1.1.0"
1919
2020
sso_permission_sets = {
2121
"admin" = {

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.0.1"
9+
version = "1.1.0"
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.0.1"
3+
version = "1.1.0"
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.0.1"
9+
version = "1.1.0"
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.0.1"
3+
version = "1.1.0"
44

55
organization_config = {
66
units = {

0 commit comments

Comments
 (0)