Terraform 0.12
module "eip" {
source = "github.com/neticdk/tf-aws-eip"
}| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| associate_with_private_ip | A user specified primary or secondary private IP address to associate with the Elastic IP address | string | "null" |
no |
| instance | EC2 instance ID | string | "null" |
no |
| name | Name used for this EIP | string | n/a | yes |
| network_interface | Network interface ID to associate with | string | "null" |
no |
| public_ipv4_pool | EC2 IPv4 address pool identifier or amazon | string | "null" |
no |
| tags | A map of tags to add to all resources | map | <map> |
no |
| vpc | If the EIP is in a VPC or not | bool | "true" |
no |
| Name | Description |
|---|---|
| associate_with_private_ip | The user specified private IP address |
| id | The EIP allocation ID |
| instance | The ID of the attached instance |
| network_interface | The ID of the attached network interface |
| private_dns | The Private DNS associated with the Elastic IP address |
| private_ip | The private IP address |
| public_dns | The public DNS associated with the Elastic IP address |
| public_ip | The public IP address |
| public_ipv4_pool | EC2 IPv4 address pool identifier |
Copyright (c) 2019 Netic A/S. All rights reserved.
MIT Licened. See LICENSE for full details.