Skip to content

Commit

Permalink
Merge pull request #46 from pelotech/renovate/terraform-aws-modules-v…
Browse files Browse the repository at this point in the history
…pc-aws-5.x

chore(deps): update terraform terraform-aws-modules/vpc/aws to v5.7.0
  • Loading branch information
josmo authored Mar 29, 2024
2 parents 8e93e1b + cf453d5 commit acb8c96
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 = "5.5.3"
version = "5.7.0"
name = "${var.environment}-core"
enable_dns_hostnames = "true"
enable_dns_support = "true"
Expand Down

0 comments on commit acb8c96

Please sign in to comment.