Created
June 24, 2020 04:03
-
-
Save kevincloud/00f8c2cf1583719a3596242b81ed4cf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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