Updated versions of several cloudposse modules
This commit is contained in:
parent
24c504926f
commit
1df0a17218
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.20.3"
|
source = "git@github.com:cloudposse/terraform-aws-vpc.git?ref=tags/0.25.0"
|
||||||
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.37.3"
|
source = "git@github.com:cloudposse/terraform-aws-dynamic-subnets.git?ref=tags/0.39.0"
|
||||||
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