Update tofu and fix envrcs
This commit is contained in:
parent
fab7541728
commit
dbefbe5371
3 changed files with 4 additions and 4 deletions
3
.envrc
3
.envrc
|
|
@ -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
3
tofu/.envrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
source_up
|
||||
HCLOUD_TOKEN="$(pass hetzner.com/api-token)"
|
||||
export HCLOUD_TOKEN
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
terraform {
|
||||
required_version = "~> 1.10.4"
|
||||
required_version = "~> 1.11.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue