mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
config: migrate from Terraform CLI to OpenTofu CLI
This commit is contained in:
parent
79a144aad6
commit
4587a4165f
4
hosts/plover/.terraform.lock.hcl
generated
4
hosts/plover/.terraform.lock.hcl
generated
@ -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 = [
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user