Upgraded vpc and subnets module

This commit is contained in:
Patrick de Ruiter 2021-02-05 14:11:11 +01:00
parent d3df94be96
commit 658f826b4c

View File

@ -23,7 +23,7 @@ locals {
# #
module "vpc" { module "vpc" {
source = "git@github.com:cloudposse/terraform-aws-vpc.git?ref=tags/0.8.1" source = "git@github.com:cloudposse/terraform-aws-vpc.git?ref=tags/0.20.3"
stage = var.stage stage = var.stage
name = var.name name = var.name
attributes = var.attributes attributes = var.attributes
@ -39,7 +39,7 @@ module "vpc" {
#} #}
# #
module "subnets" { module "subnets" {
source = "git@github.com:cloudposse/terraform-aws-dynamic-subnets.git?ref=tags/0.18.1" source = "git@github.com:cloudposse/terraform-aws-dynamic-subnets.git?ref=tags/0.37.3"
availability_zones = var.availability_zones availability_zones = var.availability_zones
stage = var.stage stage = var.stage
name = var.name name = var.name