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