Skip to content

Commit

Permalink
Merge pull request #36 from chris-qa-org/bump-version-1-1-0
Browse files Browse the repository at this point in the history
Version bump 1.1.0
  • Loading branch information
Stretch96 authored Mar 1, 2022
2 parents 6dd8af0 + 496929b commit 2c4bd7c
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.1"
version = "1.1.0"
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.1"
version = "1.1.0"
sso_permission_sets = {
"AdministratorAccess" = {
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.1"
version = "1.1.0"

sso_permission_sets = {
"AdministratorAccess" = {
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.1"
version = "1.1.0"
organization_config = {
units = {
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.1"
version = "1.1.0"

organization_config = {
units = {
Expand Down

0 comments on commit 2c4bd7c

Please sign in to comment.