Skip to content

Commit f37b999

Browse files
authored
Merge pull request #34 from chris-qa-org/bump-version-1-0-1
Version bump v1.0.1
2 parents 4c684d3 + 5294ce8 commit f37b999

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.0"
18+
version = "1.0.1"
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.0"
9+
version = "1.0.1"
1010
1111
region = "eu-west-2"
1212

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.0"
3+
version = "1.0.1"
44

55
region = "eu-west-2"
66

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.0"
9+
version = "1.0.1"
1010
1111
region = "eu-west-2"
1212

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.0"
3+
version = "1.0.1"
44

55
region = "eu-west-2"
66

0 commit comments

Comments
 (0)