Skip to content

Commit

Permalink
fix(deps): update configuration management dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 6ba78cc commit e94cafb
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: hashicorp/setup-terraform@v2
env:
# renovate: datasource=docker depName=hashicorp/terraform versioning=docker
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
terraform_wrapper: false
Expand Down
45 changes: 15 additions & 30 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 34 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terrashell.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

# renovate: datasource=docker depName=hashicorp/terraform versioning=docker
readonly TERRAFORM_VERSION=1.5.6
readonly TERRAFORM_VERSION=1.5.7
readonly OCI_TENANCY_REGION=eu-madrid-1

WORKDIR="$(mktemp --tmpdir --directory terraform-aylas.XXX)"
Expand Down

0 comments on commit e94cafb

Please sign in to comment.