forked from Fediversity/Fediversity
untrack TF generated provider/module stuff - local dev now requires following launch/README.md
This commit is contained in:
parent
de27ec1fb2
commit
0350f68427
4 changed files with 3 additions and 5 deletions
2
launch/.gitignore
vendored
2
launch/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
# .terraform/
|
.terraform/
|
||||||
.terraform.tfstate.lock.info
|
.terraform.tfstate.lock.info
|
||||||
terraform.tfstate*
|
terraform.tfstate*
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/mnqkwjg5v6sx86an34b4cn075h0lapz3-opentofu-1.8.7/libexec/terraform-providers/registry.opentofu.org/hashicorp/external/2.3.4/linux_amd64
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/mnqkwjg5v6sx86an34b4cn075h0lapz3-opentofu-1.8.7/libexec/terraform-providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64
|
|
|
@ -17,10 +17,10 @@ pkgs.stdenv.mkDerivation {
|
||||||
# pass nixos-anywhere path to TF through variable
|
# pass nixos-anywhere path to TF through variable
|
||||||
# when switching TF to nix take this directly from `inputs`
|
# when switching TF to nix take this directly from `inputs`
|
||||||
# https://codeberg.org/kiara/e2ed-hetzner/commit/84b2a349d3e48ea2a17340bceff762d834fd4046
|
# https://codeberg.org/kiara/e2ed-hetzner/commit/84b2a349d3e48ea2a17340bceff762d834fd4046
|
||||||
# echo "{\"nixos-anywhere\": \"${sources.nixos-anywhere}\"}" > .auto.tfvars.json
|
echo "{\"nixos-anywhere\": \"${sources.nixos-anywhere}\"}" > .auto.tfvars.json
|
||||||
|
|
||||||
# point to the relevant providers
|
# point to the relevant providers
|
||||||
# tofu init -input=false
|
tofu init -input=false
|
||||||
|
|
||||||
popd
|
popd
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
|
|
Loading…
Add table
Reference in a new issue