Skip to content

Commit

Permalink
Update VPC module
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Jan 3, 2024
1 parent 9d3c758 commit 28df3f4
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 @@ -2,7 +2,7 @@
# VPC Resources
# -------------------------------------------------------------------------------------------------
module "aws_vpc" {
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.0.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.4.0"

cidr = var.vpc_cidr
azs = var.vpc_subnet_azs
Expand Down

0 comments on commit 28df3f4

Please sign in to comment.