File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ module "organizational-units" {
2828| Name | Description | Type | Default | Required |
2929| ------| -------------| :----:| :-----:| :-----:|
3030| aws\_ profile | AWS profile in local credentials file that has rights to master account | string | - | yes |
31- | aws\_ region | AWS region | string | ` us-east-1 ` | no |
3231| ou\_ list | List of organizational unit to manage. These will be top level under root | string | - | yes |
3332
3433## Outputs
Original file line number Diff line number Diff line change 11module "example" {
22 source = " ../../"
33 aws_profile = " ${ var . aws_profile } "
4- aws_region = " ${ var . aws_region } "
54 ou_list = " ${ var . ou_list } "
65}
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ variable "aws_profile" {
22 description = " AWS profile in local credentials file that has rights to master account"
33}
44
5- variable "aws_region" {
6- description = " AWS region"
7- default = " us-east-1"
8- }
9-
105variable "ou_list" {
116 description = " List of organizational unit to manage. These will be top level under root"
127}
You can’t perform that action at this time.
0 commit comments