mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 13:11:50 +02:00
targets/admins: switch to tofu
This commit is contained in:
parent
20f8a6d886
commit
e5703f7982
@ -2,6 +2,6 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
rm -f .terraform.lock.hcl
|
rm -f .terraform.lock.hcl
|
||||||
terraform init -backend-config="password=$GITLAB_TOKEN" -backend-config="username=$GITLAB_USER"
|
tofu init -backend-config="password=$GITLAB_TOKEN" -backend-config="username=$GITLAB_USER"
|
||||||
terraform apply
|
tofu apply
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user