Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent d3494ee commit ddf482a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ddf482a

Please sign in to comment.