From f42ab9ccb598b812f276b0c0d7721b59cf4b5b4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:09:36 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .pre-commit-config.yaml | 2 +- examples/complete/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38899c7..b5bfc6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,6 +46,6 @@ repos: args: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.39.0 + rev: 37.43.3 hooks: - id: renovate-config-validator diff --git a/examples/complete/main.tf b/examples/complete/main.tf index c5ad6d4..b6c6d46 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -18,7 +18,7 @@ locals { module "vpc" { # checkov:skip=CKV_TF_1: "Ensure Terraform module sources use a commit hash" -- We've decided to use tags rather than a hash - source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.2" + source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.3" name = local.vpc_name vpc_cidr = "10.200.0.0/16"