aws∕elastic‒ip - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_elastic_ip" {
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.9 |
aws | >= 3.36.0 |
Providers
Name | Version |
---|---|
aws | >= 3.36.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_eip.main | resource |
aws_eip_association.main | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
Environment | n/a | any |
n/a | yes |
Name | n/a | any |
n/a | yes |
instance_id | n/a | any |
n/a | yes |
Application | n/a | string |
"default" |
no |
Billing | n/a | string |
"" |
no |
Creator | n/a | string |
"terraform" |
no |
Owner | n/a | string |
"platform" |
no |
aws_project_id | n/a | any |
null |
no |
byoip_pool | n/a | bool |
false |
no |
domain | n/a | string |
"vpc" |
no |
map_migrated | n/a | any |
null |
no |
network_border_group | Added by Pavel to accomodate Houston LZ EIP allocation | any |
null |
no |
tags | n/a | map |
{} |
no |
Outputs
Name | Description |
---|---|
private_ip | n/a |
public_ip | n/a |