config: migrate from Terraform CLI to OpenTofu CLI

This commit is contained in:
Gabriel Arazas 2023-10-13 14:24:10 +08:00
parent 79a144aad6
commit 4587a4165f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
3 changed files with 4 additions and 4 deletions

View File

@ -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 = [

View File

@ -9,7 +9,7 @@ pkgs.mkShell {
sops
bind
terraform
opentofu
jq
wl-clipboard

View File

@ -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