Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5.12.0 (#361)
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 and jcma-google committed Aug 13, 2024
1 parent 5a0b129 commit dc93d98
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.9.0"
version = "5.12.0"

count = local.enable_managed_vpc ? 1 : 0

Expand Down

0 comments on commit dc93d98

Please sign in to comment.