From 245273b10e2f4b22e1c8439fb687811f45c5f74f Mon Sep 17 00:00:00 2001 From: Victor Nguyen <25025498+vmdn23@users.noreply.github.com> Date: Tue, 10 Sep 2019 15:01:39 -0700 Subject: [PATCH] Update main.tf update to vpc/aws/2.9.0 for aws vpc module example --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 979d526..1dfbe9a 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -20,7 +20,7 @@ provider "aws" { Configuration to make a very simple sandbox VPC for a few instances For more details and options on the AWS vpc module, visit: -https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/1.30.0 +https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/2.9.0 */ module "sandbox_vpc" {