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 `
6
6
```
7
7
module "aws_organizations_and_sso" {
8
8
source = "chris-qa-org/organzation-and-sso/aws"
9
- version = "1.1.2 "
9
+ version = "1.1.3 "
10
10
11
11
sso_permission_sets = {
12
12
"AdministratorAccess" = {
Original file line number Diff line number Diff line change 1
1
module "aws_organizations_and_sso" {
2
2
source = " chris-qa-org/organzation-and-sso/aws"
3
- version = " 1.1.2 "
3
+ version = " 1.1.3 "
4
4
5
5
sso_permission_sets = {
6
6
" 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
6
6
```
7
7
module "aws_organizations_and_sso" {
8
8
source = "chris-qa-org/organzation-and-sso/aws"
9
- version = "1.1.2 "
9
+ version = "1.1.3 "
10
10
11
11
organization_config = {
12
12
units = {
Original file line number Diff line number Diff line change 1
1
module "aws_organizations_and_sso" {
2
2
source = " chris-qa-org/organzation-and-sso/aws"
3
- version = " 1.1.2 "
3
+ version = " 1.1.3 "
4
4
5
5
organization_config = {
6
6
units = {
You can’t perform that action at this time.
0 commit comments