File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
accounts-and-permission-assignments Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The permission sets can then be assigned to users or groups in an account with `
66```
77module "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" = {
Original file line number Diff line number Diff line change 11module "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" = {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is because it can only be set during account creation
66```
77module "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 = {
Original file line number Diff line number Diff line change 11module "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 = {
You can’t perform that action at this time.
0 commit comments