Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 32f6cc1 commit fcde0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/foundation-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ locals {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13.0"
version = "5.14.0"
name = var.stack_name
enable_dns_hostnames = "true"
enable_dns_support = "true"
Expand Down

0 comments on commit fcde0ed

Please sign in to comment.