matro / tf_aws_igw

A Terraform module to provide an Internet Gateway in AWS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internet Gateway Terraform module

A Terraform module to provide an Internet Gateway in AWS.

Module Input Variables

  • vpc_id - VPC id
  • name - Name (optional)

Usage

module "igw" {
  source = "github.com/terraform-community-modules/tf_aws_igw"

  name   = "default"
  vpc_id = "vpc-12345678"
}

Outputs

  • igw_id - IGW id

Authors

Originally created and maintained by Anton Babenko

License

Apache 2 Licensed. See LICENSE for full details.

About

A Terraform module to provide an Internet Gateway in AWS.

License:Apache License 2.0


Languages

Language:HCL 100.0%