Skip to content

Commit

Permalink
Merge pull request #51 from startuplcoud/renovate/terraform-aws-modul…
Browse files Browse the repository at this point in the history
…es-vpc-aws-4.x

Update Terraform terraform-aws-modules/vpc/aws to v4
  • Loading branch information
nooperpudd authored Apr 10, 2023
2 parents b674c46 + 87f8542 commit 56f2836
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 = "3.19.0"
version = "4.0.1"
cidr = var.vpc_cidr
azs = data.aws_availability_zones.current_zones.names

Expand Down

0 comments on commit 56f2836

Please sign in to comment.