Skip to content

Commit

Permalink
require org_master*
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 24, 2023
1 parent a01cdcd commit 6db7527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions share-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ No modules.
| <a name="input_account_alias"></a> [account\_alias](#input\_account\_alias) | AWS Account Alias (default: will pull from current account\_alias) | `string` | `""` | no |
| <a name="input_account_id"></a> [account\_id](#input\_account\_id) | AWS Account ID (default: will pull from current user) | `string` | `""` | no |
| <a name="input_create"></a> [create](#input\_create) | Flag to indicate whether to create the resources or not (default: true) | `bool` | `true` | no |
| <a name="input_org_master_profile"></a> [org\_master\_profile](#input\_org\_master\_profile) | AWS Organization Master account profile | `string` | `null` | no |
| <a name="input_org_master_region"></a> [org\_master\_region](#input\_org\_master\_region) | AWS Organization Master region (see docs: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) | `string` | `null` | no |
| <a name="input_org_master_profile"></a> [org\_master\_profile](#input\_org\_master\_profile) | AWS Organization Master account profile | `string` | n/a | yes |
| <a name="input_org_master_region"></a> [org\_master\_region](#input\_org\_master\_region) | AWS Organization Master region (see docs: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) | `string` | n/a | yes |
| <a name="input_override_prefixes"></a> [override\_prefixes](#input\_override\_prefixes) | Override built-in prefixes by component. This should be used primarily for common infrastructure things | `map(string)` | `{}` | no |
| <a name="input_private_subnets_ids"></a> [private\_subnets\_ids](#input\_private\_subnets\_ids) | List of private subnet objects including: subnet, label, availability\_zone, id, arn, tags | <pre>list(object({<br> subnet = string<br> label = string<br> availability_zone = string<br> id = string<br> arn = optional(string, null)<br> tags = optional(map(string), {})<br> }))</pre> | `[]` | no |
| <a name="input_share_account_list"></a> [share\_account\_list](#input\_share\_account\_list) | List of AWS Account IDs to share VPC/subnets into. If the account is not part of the organziation, this will produce an error. | `list(string)` | `[]` | no |
Expand Down
2 changes: 0 additions & 2 deletions share-resources/variables.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
variable "org_master_profile" {
description = "AWS Organization Master account profile"
type = string
default = null
# default = "252903981224-ma5-gov"
}

variable "org_master_region" {
description = "AWS Organization Master region (see docs: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html)"
type = string
default = null
# default = "us-gov-west-1"
}

Expand Down

0 comments on commit 6db7527

Please sign in to comment.