File tree 4 files changed +0
-7
lines changed
4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ module "organizational-units" {
28
28
| Name | Description | Type | Default | Required |
29
29
| ------| -------------| :----:| :-----:| :-----:|
30
30
| 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 |
32
31
| ou\_ list | List of organizational unit to manage. These will be top level under root | string | - | yes |
33
32
34
33
## Outputs
Original file line number Diff line number Diff line change 1
1
module "example" {
2
2
source = " ../../"
3
3
aws_profile = " ${ var . aws_profile } "
4
- aws_region = " ${ var . aws_region } "
5
4
ou_list = " ${ var . ou_list } "
6
5
}
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ variable "aws_profile" {
2
2
description = " AWS profile in local credentials file that has rights to master account"
3
3
}
4
4
5
- variable "aws_region" {
6
- description = " AWS region"
7
- default = " us-east-1"
8
- }
9
-
10
5
variable "ou_list" {
11
6
description = " List of organizational unit to manage. These will be top level under root"
12
7
}
You can’t perform that action at this time.
0 commit comments