Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5.14.0 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent fb1374d commit 0e70272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/templates/aws_oidc/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13.0"
version = "5.14.0"

count = local.enable_managed_vpc ? 1 : 0

Expand Down

0 comments on commit 0e70272

Please sign in to comment.