Skip to content

neticdk/tf-aws-eip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netic EIP Module

Supported Terraform Versions

Terraform 0.12

Usage

module "eip" {
  source  = "github.com/neticdk/tf-aws-eip"
}

Inputs

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

Outputs

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

Copyright (c) 2019 Netic A/S. All rights reserved.

License

MIT Licened. See LICENSE for full details.

About

Terraform module for managing Elastic IP Adresses

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages