Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Apr 8, 2024
1 parent cd6f6b5 commit 4d31856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gitlab-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "aws_security_group" "default" {
# kics-scan ignore-line
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.7.0"
version = "5.7.1"

name = "vpc-${var.environment}"
cidr = "10.0.0.0/16"
Expand All @@ -33,7 +33,7 @@ module "vpc" {

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

vpc_id = module.vpc.vpc_id

Expand Down

0 comments on commit 4d31856

Please sign in to comment.