Skip to content

Commit

Permalink
chore(deps): update dependency opentofu/opentofu to v1.8.3 (#2505)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 901f2e8 commit 4ccb97e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION_OPENSTACK ?= 2024.1
CEPH_STACK ?= ceph-ansible

# renovate: datasource=github-releases depName=opentofu/opentofu
TOFU_VERSION ?= 1.8.2
TOFU_VERSION ?= 1.8.3
TERRAFORM ?= tofu
TERRAFORM_BLUEPRINT ?= testbed-default

Expand Down
2 changes: 1 addition & 1 deletion playbooks/managerless/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
create_infrastructure: true
terraform_path: "{{ zuul.project.src_dir }}/terraform"
terraformbase_path: "{{ ansible_user_dir }}/src/{{ repositories['terraform-base']['path'] }}"
opentofu_version: v1.8.2 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_version: v1.8.3 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_download_url: "https://github.com/opentofu/opentofu/releases/download/{{ opentofu_version }}/tofu_{{ opentofu_version[1:] }}_linux_amd64.zip"

tasks:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
terraform_path: "{{ basepath }}/terraform"
terragrunt_version: v0.67.15 # renovate: datasource=github-releases depName=gruntwork-io/terragrunt
terragrunt_download_url: "https://github.com/gruntwork-io/terragrunt/releases/download/{{ terragrunt_version }}/terragrunt_linux_amd64"
opentofu_version: v1.8.2 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_version: v1.8.3 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_download_url: "https://github.com/opentofu/opentofu/releases/download/{{ opentofu_version }}/tofu_{{ opentofu_version[1:] }}_linux_amd64.zip"

tasks:
Expand Down

0 comments on commit 4ccb97e

Please sign in to comment.