From 3b780d931ee6215a60778441ae4b809414610812 Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Mon, 19 Oct 2020 20:04:30 +0200 Subject: [PATCH] vpc module version bump --- codepipeline-demo/vpc.tf | 2 +- demo-18/vpc.tf | 4 ++-- eks-demo/vpc.tf | 2 +- module-demo/vpc.tf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/codepipeline-demo/vpc.tf b/codepipeline-demo/vpc.tf index 9045175..83f5c20 100644 --- a/codepipeline-demo/vpc.tf +++ b/codepipeline-demo/vpc.tf @@ -1,6 +1,6 @@ module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "2.24.0" + version = "2.59.0" name = "vpc-module-demo" cidr = "10.0.0.0/16" diff --git a/demo-18/vpc.tf b/demo-18/vpc.tf index b36d10e..bb51baa 100644 --- a/demo-18/vpc.tf +++ b/demo-18/vpc.tf @@ -1,6 +1,6 @@ module "vpc-prod" { source = "terraform-aws-modules/vpc/aws" - version = "2.5.0" + version = "2.59.0" name = "vpc-prod" cidr = "10.0.0.0/16" @@ -20,7 +20,7 @@ module "vpc-prod" { module "vpc-dev" { source = "terraform-aws-modules/vpc/aws" - version = "2.5.0" + version = "2.59.0" name = "vpc-dev" cidr = "10.0.0.0/16" diff --git a/eks-demo/vpc.tf b/eks-demo/vpc.tf index 288e8c8..1c959cb 100644 --- a/eks-demo/vpc.tf +++ b/eks-demo/vpc.tf @@ -1,6 +1,6 @@ module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "2.6.0" + version = "2.59.0" name = "vpc-module-demo" cidr = "10.0.0.0/16" diff --git a/module-demo/vpc.tf b/module-demo/vpc.tf index f3d3311..773f0ed 100644 --- a/module-demo/vpc.tf +++ b/module-demo/vpc.tf @@ -1,6 +1,6 @@ module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "2.7.0" + version = "2.59.0" name = "vpc-module-demo" cidr = "10.0.0.0/16"