ignore generated tf lock

This commit is contained in:
Kiara Grouwstra 2025-04-17 13:52:09 +02:00
parent 75addc0c0f
commit 06b7cc5ca2
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
3 changed files with 2 additions and 10 deletions

2
launch/.gitignore vendored
View file

@ -1,5 +1,7 @@
# generated
.auto.tfvars.json
.npins.json
.terraform/
.terraform.lock.hcl
.terraform.tfstate.lock.info
terraform.tfstate*

View file

@ -1,9 +0,0 @@
# This file is maintained automatically by "tofu init".
# Manual edits may be lost in future updates.
provider "registry.opentofu.org/hashicorp/external" {
version = "2.3.4"
hashes = [
"h1:HfVaWMC7Tz+tRfoWZtGCX2MATcgX3HsexoirWdi/voo=",
]
}

View file

@ -19,7 +19,6 @@ pkgs.stdenv.mkDerivation {
runHook preBuild
pushd launch/
echo '${lib.strings.toJSON sources}' > .npins.json
rm .terraform.lock.hcl
tofu init -input=false
popd
runHook postBuild