Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to v5.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent d1fe3fb commit 77ec508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/vpc/modules/vpc/endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "vpc_endpoints" {
source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
version = "5.6.0"
version = "5.7.0"

vpc_id = module.vpc.vpc_id
security_group_ids = [module.vpc_endpoints_sg.security_group_id]
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/vpc/modules/vpc/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# tfsec:ignore:aws-ec2-require-vpc-flow-logs-for-all-vpcs
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.6.0"
version = "5.7.0"

name = var.vpc_name
cidr = var.vpc_subnet_cidr
Expand Down

0 comments on commit 77ec508

Please sign in to comment.