aws∕accounts - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_accounts" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | >= 0.13.0 |
aws | >= 3.26.0 |
Providers
Name | Version |
---|---|
aws | >= 3.26.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_organizations_account.account | resource |
aws_organizations_organization.main | data source |
aws_organizations_organizational_units.main | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
billing | # Tags ## | any |
n/a | yes |
environment | n/a | any |
n/a | yes |
name | n/a | any |
n/a | yes |
ou_name | n/a | any |
n/a | yes |
owner | n/a | any |
n/a | yes |
base_email | n/a | string |
"[email protected]" |
no |
close_on_deletion | n/a | bool |
false |
no |
n/a | any |
null |
no | |
role | n/a | string |
"cross_account_admin" |
no |
tags | n/a | map |
{} |
no |
Outputs
Name | Description |
---|---|
arn | n/a |
close_on_deletion | n/a |
n/a | |
id | n/a |
name | n/a |
ou_map | n/a |
role_name | n/a |
tags | n/a |