Skip to content

Instantly share code, notes, and snippets.

@kevincloud
Created June 24, 2020 04:03
Show Gist options
  • Save kevincloud/00f8c2cf1583719a3596242b81ed4cf6 to your computer and use it in GitHub Desktop.
Save kevincloud/00f8c2cf1583719a3596242b81ed4cf6 to your computer and use it in GitHub Desktop.
module "custom-igw" {
source = "app.terraform.io/<YOUR_TFC_ORG_NAME>/custom-igw/aws"
vpc_id = aws_vpc.primary-vpc.id
tags = var.tags
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment