From 4587a4165fc0739d518b1437baf7a3d24289483c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 13 Oct 2023 14:24:10 +0800 Subject: [PATCH] config: migrate from Terraform CLI to OpenTofu CLI --- hosts/plover/.terraform.lock.hcl | 4 ++-- shell.nix | 2 +- shells/cloud.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/plover/.terraform.lock.hcl b/hosts/plover/.terraform.lock.hcl index 8bdc3050..e3153cc7 100644 --- a/hosts/plover/.terraform.lock.hcl +++ b/hosts/plover/.terraform.lock.hcl @@ -1,7 +1,7 @@ -# This file is maintained automatically by "terraform init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. -provider "registry.terraform.io/hetznercloud/hcloud" { +provider "registry.opentofu.org/hetznercloud/hcloud" { version = "1.40.0" constraints = "1.40.0" hashes = [ diff --git a/shell.nix b/shell.nix index dcefa014..86450043 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ pkgs.mkShell { sops bind - terraform + opentofu jq wl-clipboard diff --git a/shells/cloud.nix b/shells/cloud.nix index 876f6fd9..63608a54 100644 --- a/shells/cloud.nix +++ b/shells/cloud.nix @@ -29,6 +29,6 @@ # It's here since Google Cloud SDK needs it. python3 - terraform # The declarative thingy for cloud. + opentofu # The declarative thingy for cloud. ]); }).env