forked from fediversity/fediversity
ignore generated tf lock
This commit is contained in:
parent
75addc0c0f
commit
06b7cc5ca2
3 changed files with 2 additions and 10 deletions
2
launch/.gitignore
vendored
2
launch/.gitignore
vendored
|
|
@ -1,5 +1,7 @@
|
||||||
|
# generated
|
||||||
.auto.tfvars.json
|
.auto.tfvars.json
|
||||||
.npins.json
|
.npins.json
|
||||||
.terraform/
|
.terraform/
|
||||||
|
.terraform.lock.hcl
|
||||||
.terraform.tfstate.lock.info
|
.terraform.tfstate.lock.info
|
||||||
terraform.tfstate*
|
terraform.tfstate*
|
||||||
|
|
|
||||||
9
launch/.terraform.lock.hcl
generated
9
launch/.terraform.lock.hcl
generated
|
|
@ -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=",
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -19,7 +19,6 @@ pkgs.stdenv.mkDerivation {
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
pushd launch/
|
pushd launch/
|
||||||
echo '${lib.strings.toJSON sources}' > .npins.json
|
echo '${lib.strings.toJSON sources}' > .npins.json
|
||||||
rm .terraform.lock.hcl
|
|
||||||
tofu init -input=false
|
tofu init -input=false
|
||||||
popd
|
popd
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue