From b12fdbd1af9b17d27576e1196f4377f41c7ff958 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 15 Jul 2024 11:20:22 +0100 Subject: [PATCH] terraform-aws-modules/vpc/aws: 5.9.0 https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/v5.9.0/CHANGELOG.md --- ecs-cluster/vpc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-cluster/vpc.tf b/ecs-cluster/vpc.tf index 273ea79..3cf559e 100644 --- a/ecs-cluster/vpc.tf +++ b/ecs-cluster/vpc.tf @@ -2,7 +2,7 @@ data "aws_availability_zones" "available" {} module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.2.0" + version = "5.9.0" count = var.vpc-id == "" ? 1 : 0 name = "${var.name}-vpc"