Skip to content

Commit

Permalink
Merge pull request #53 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.1
  • Loading branch information
josmo authored Apr 7, 2024
2 parents ff6328f + 0b80cdd commit b28144f
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.7.0"
version = "5.7.1"
name = "${var.environment}-core"
enable_dns_hostnames = "true"
enable_dns_support = "true"
Expand Down

0 comments on commit b28144f

Please sign in to comment.