aws∕vpc∕eip - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_vpc_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
network_border_group n/a any n/a yes
tags n/a any n/a yes
address n/a any null no
associate_with_private_ip n/a any null no
aws_project_id n/a string "null" no
backups n/a string "null" no
code_managed n/a string "true" no
compliance n/a string "null" no
customer_owned_ipv4_pool n/a any null no
domain n/a string "vpc" no
instance n/a any null no
map_migrated n/a string "null" no
network_interface n/a any null no
onetime n/a string "null" no
public_ipv4_pool n/a any null 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

Changelog