Skip to content

Commit

Permalink
chore(deps): 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 Aug 17, 2024
1 parent e34bbe4 commit e2fdcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "random_pet" "this" {
## VPC MODULE (Build aws vpc with private,public subnet with nat gateway)
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "2.64.0"
version = "5.13.0"

name = var.name
cidr = var.cidr
Expand Down

0 comments on commit e2fdcb7

Please sign in to comment.