Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to v2.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 3993cee commit 34a4c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/modules/aws/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data "aws_availability_zones" "available" {
module "vpc" {
source = "terraform-aws-modules/vpc/aws"

version = "2.6.0"
version = "2.78.0"
name = var.vpc_name
cidr = var.vpc_cidr
create_vpc = var.create_vpc
Expand Down

0 comments on commit 34a4c15

Please sign in to comment.