vpc module version bump

This commit is contained in:
Edward Viaene
2020-10-19 20:04:30 +02:00
parent 75fa9b4cd8
commit 3b780d931e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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"