aws∕vpc‒kd∕eip - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_vpc_kd_eip" {
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_eip.main | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
tags | n/a | any |
n/a | yes |
address | n/a | string |
"" |
no |
associate_with_private_ip | n/a | string |
"" |
no |
customer_owned_ipv4_pool | n/a | string |
"" |
no |
instance | n/a | string |
"" |
no |
network_border_group | n/a | string |
"" |
no |
network_interface | n/a | string |
"" |
no |
public_ipv4_pool | n/a | string |
"" |
no |
vpc | n/a | string |
"" |
no |
Outputs
Name | Description |
---|---|
address | n/a |
allocation_id | n/a |
associate_with_private_ip | n/a |
association_id | n/a |
carrier_ip | n/a |
customer_owned_ip | n/a |
customer_owned_ipv4_pool | n/a |
domain | n/a |
id | n/a |
instance | n/a |
network_border_group | n/a |
network_interface | n/a |
private_dns | n/a |
private_ip | n/a |
public_dns | n/a |
public_ip | n/a |
public_ipv4_pool | n/a |
tags_all | n/a |
vpc | n/a |