Skip to content

Commit

Permalink
terraform-aws-modules/vpc/aws: 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jul 15, 2024
1 parent 578725a commit b12fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-cluster/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b12fdbd

Please sign in to comment.