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"