Skip to content

Commit

Permalink
Merge pull request #34 from chris-qa-org/bump-version-1-0-1
Browse files Browse the repository at this point in the history
Version bump v1.0.1
  • Loading branch information
Stretch96 authored Feb 20, 2022
2 parents 4c684d3 + 5294ce8 commit f37b999
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This module creates and manages [AWS Organizations][1], [Organization units][2],
```hcl
module "aws_organizations_and_sso" {
source = "chris-qa-org/organzation-and-sso/aws"
version = "1.0.0"
version = "1.0.1"
sso_permission_sets = {
"admin" = {
Expand Down
2 changes: 1 addition & 1 deletion examples/accounts-and-permission-assignments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The permission sets can then be assigned to users or groups in an account with `
```
module "aws_organizations_and_sso" {
source = "chris-qa-org/organzation-and-sso/aws"
version = "1.0.0"
version = "1.0.1"
region = "eu-west-2"
Expand Down
2 changes: 1 addition & 1 deletion examples/accounts-and-permission-assignments/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "aws_organizations_and_sso" {
source = "chris-qa-org/organzation-and-sso/aws"
version = "1.0.0"
version = "1.0.1"

region = "eu-west-2"

Expand Down
2 changes: 1 addition & 1 deletion examples/existing-account-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is because it can only be set during account creation
```
module "aws_organizations_and_sso" {
source = "chris-qa-org/organzation-and-sso/aws"
version = "1.0.0"
version = "1.0.1"
region = "eu-west-2"
Expand Down
2 changes: 1 addition & 1 deletion examples/existing-account-import/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "aws_organizations_and_sso" {
source = "chris-qa-org/organzation-and-sso/aws"
version = "1.0.0"
version = "1.0.1"

region = "eu-west-2"

Expand Down

0 comments on commit f37b999

Please sign in to comment.