aws∕ram∕tgw‒share - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_ram_tgw_share" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | ~> 1.0 |
aws | ~> 4.64.0 |
Providers
Name | Version |
---|---|
aws | ~> 4.64.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_ram_principal_association.main | resource |
aws_ram_resource_association.main | resource |
aws_ram_resource_share.main | resource |
aws_ec2_transit_gateway.main | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
account_ids | The AWS Account ID numbers of the accounts with which you are sharing your subnet | list(string) |
n/a | yes |
resource_share_name | Name of share to easily identify | any |
n/a | yes |
tags | n/a | any |
n/a | yes |
tgw_id | The tgw id of the tgw that is to be shared | any |
n/a | yes |
aws_project_id | n/a | string |
"null" |
no |
code_managed | n/a | string |
"true" |
no |
compliance | n/a | string |
"null" |
no |
map_migrated | n/a | string |
"null" |
no |
onetime | n/a | string |
"null" |
no |
Outputs
No outputs.