Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 56f2836 commit 285c1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/module/vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "4.0.1"
version = "5.2.0"
cidr = var.vpc_cidr
azs = data.aws_availability_zones.current_zones.names

Expand Down

0 comments on commit 285c1ae

Please sign in to comment.