Update tofu and fix envrcs

This commit is contained in:
Andrew Bruce 2026-01-16 17:42:56 +00:00
parent fab7541728
commit dbefbe5371
3 changed files with 4 additions and 4 deletions

3
.envrc
View file

@ -1,6 +1,3 @@
watch_file shell.nix
use flake
PATH_add bin
HCLOUD_TOKEN="$(pass hetzner.com/api-token)"
export HCLOUD_TOKEN

3
tofu/.envrc Normal file
View file

@ -0,0 +1,3 @@
source_up
HCLOUD_TOKEN="$(pass hetzner.com/api-token)"
export HCLOUD_TOKEN

View file

@ -1,3 +1,3 @@
terraform {
required_version = "~> 1.10.4"
required_version = "~> 1.11.2"
}