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 Feb 6, 2024
1 parent c819c73 commit a1a3b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_ebs_encryption_by_default" "us_west_2" {
}
module "vpc_core" {
source = "terraform-aws-modules/vpc/aws"
version = "4.0.2"
version = "5.5.1"
name = "${var.environment}-core"
enable_dns_hostnames = "true"
enable_dns_support = "true"
Expand Down

0 comments on commit a1a3b4b

Please sign in to comment.