Skip to content

Commit

Permalink
chore(deps): update all dependencies (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: narwhal-bot[bot] <143537761+narwhal-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and narwhal-bot[bot] authored Mar 11, 2024
1 parent 189d1b6 commit 615eb7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=github-tags depName=defenseunicorns/build-harness
BUILD_HARNESS_VERSION=2.0.4
BUILD_HARNESS_VERSION=2.0.5
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ repos:
args:
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.231.0
rev: 37.235.1
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
|------|--------|---------|
| <a name="module_existing_transit_gateway_new_route_table"></a> [existing\_transit\_gateway\_new\_route\_table](#module\_existing\_transit\_gateway\_new\_route\_table) | ../.. | n/a |
| <a name="module_new_transit_gateway"></a> [new\_transit\_gateway](#module\_new\_transit\_gateway) | ../.. | n/a |
| <a name="module_vpc_dev"></a> [vpc\_dev](#module\_vpc\_dev) | git::https://github.com/defenseunicorns/terraform-aws-vpc.git | v0.1.5 |
| <a name="module_vpc_prod"></a> [vpc\_prod](#module\_vpc\_prod) | git::https://github.com/defenseunicorns/terraform-aws-vpc.git | v0.1.5 |
| <a name="module_vpc_dev"></a> [vpc\_dev](#module\_vpc\_dev) | git::https://github.com/defenseunicorns/terraform-aws-vpc.git | v0.1.6 |
| <a name="module_vpc_prod"></a> [vpc\_prod](#module\_vpc\_prod) | git::https://github.com/defenseunicorns/terraform-aws-vpc.git | v0.1.6 |

## Resources

Expand Down
4 changes: 2 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ locals {
}

module "vpc_prod" {
source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.5"
source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.6"

name = "prod-${local.vpc_name}"
vpc_cidr = local.vpc_prod_cidr_block
Expand Down Expand Up @@ -67,7 +67,7 @@ locals {
}

module "vpc_dev" {
source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.5"
source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.6"

name = "dev-${local.vpc_name}"
vpc_cidr = local.vpc_dev_cidr_block
Expand Down

0 comments on commit 615eb7c

Please sign in to comment.