Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to v5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 9a66289 commit 40db327
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.2"
version = "5.5.3"
name = "${var.environment}-core"
enable_dns_hostnames = "true"
enable_dns_support = "true"
Expand Down

0 comments on commit 40db327

Please sign in to comment.