Skip to content

Commit

Permalink
fix(deps): update configuration management dependencies (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 511c484 commit 99f4c1b
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 71 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@v3
env:
# renovate: datasource=docker depName=hashicorp/terraform versioning=docker
TERRAFORM_VERSION: 1.7.5
TERRAFORM_VERSION: 1.8.2
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
terraform_wrapper: false
Expand Down
58 changes: 29 additions & 29 deletions .terraform.lock.hcl

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

82 changes: 43 additions & 39 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 requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ roles:

collections:
- name: community.general
version: ">=8.5.0,<8.6.0"
version: ">=8.6.0,<8.7.0"
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.7.5
readonly TERRAFORM_VERSION=1.8.2
readonly OCI_TENANCY_REGION=eu-madrid-1

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

0 comments on commit 99f4c1b

Please sign in to comment.