Upgraded vpc and subnets module
This commit is contained in:
parent
d3df94be96
commit
658f826b4c
4
main.tf
4
main.tf
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user