diff --git a/.env b/.env index 7131a1d..8c0deb9 100644 --- a/.env +++ b/.env @@ -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=1.7.1 +BUILD_HARNESS_VERSION=1.10.2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56b12ee..59669ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,6 +40,6 @@ repos: args: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 36.8.5 + rev: 36.35.0 hooks: - id: renovate-config-validator diff --git a/.tool-versions b/.tool-versions index f7b2990..015dbb2 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,12 +1,12 @@ adr-tools 3.0.0 -awscli 2.13.1 +awscli 2.13.7 checkov 2.3.234 -golang 1.20.6 +golang 1.20.7 golangci-lint 1.53.3 pre-commit 3.3.3 -terraform 1.5.3 +terraform 1.5.4 terraform-docs 0.16.0 tflint 0.47.0 tfsec 1.28.1 # renovate: datasource=github-tags depName=defenseunicorns/zarf -zarf 0.28.2 +zarf 0.28.4 diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 4d8be19..6709e85 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -17,7 +17,7 @@ locals { } module "vpc" { - source = "git::https://github.com/defenseunicorns/terraform-aws-uds-vpc.git?ref=v0.0.2-alpha" + source = "git::https://github.com/defenseunicorns/terraform-aws-uds-vpc.git?ref=v0.0.3" name = local.vpc_name vpc_cidr = "10.200.0.0/16" diff --git a/go.mod b/go.mod index 22754b5..9d2205f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/defenseunicorns/terraform-aws-uds-bastion go 1.20 -require github.com/gruntwork-io/terratest v0.43.8 +require github.com/gruntwork-io/terratest v0.43.11 require ( cloud.google.com/go v0.107.0 // indirect diff --git a/go.sum b/go.sum index 7c164e4..0f3963e 100644 --- a/go.sum +++ b/go.sum @@ -374,6 +374,8 @@ github.com/gruntwork-io/go-commons v0.8.0 h1:k/yypwrPqSeYHevLlEDmvmgQzcyTwrlZGRa github.com/gruntwork-io/go-commons v0.8.0/go.mod h1:gtp0yTtIBExIZp7vyIV9I0XQkVwiQZze678hvDXof78= github.com/gruntwork-io/terratest v0.43.8 h1:6JNZE1REO5B1AGbTvBvMDNBX/gxiO4LTkth5uFqBCbU= github.com/gruntwork-io/terratest v0.43.8/go.mod h1:Tw+6/fcJFiBPpsx9NNSkLG5oHKIeaqiJHVLpQ+ORIfQ= +github.com/gruntwork-io/terratest v0.43.11 h1:k3U5lZjiNa38rqcTx/dus8cCaJY7qxShGIuGLeLfj/s= +github.com/gruntwork-io/terratest v0.43.11/go.mod h1:Tw+6/fcJFiBPpsx9NNSkLG5oHKIeaqiJHVLpQ+ORIfQ= github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=