diff --git a/.gitignore b/.gitignore index 902d963..599cfef 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,9 @@ audit.json runner-data/ .env.secrets terraform/bootstrap/.bootstrap_state.json -terraform/spike/.terraform/ -terraform/spike/.terraform.lock.hcl -terraform/spike/tfplan -terraform/spike/*.tfstate* -terraform/microservice/.terraform/ -terraform/microservice/.terraform.lock.hcl -terraform/microservice/tfplan -terraform/microservice/*.tfstate* -modules/l1/*/terraform/.terraform/ -modules/l1/*/terraform/.terraform.lock.hcl \ No newline at end of file + +# Terraform — recursively ignore .terraform dirs, lock files, plans, and state +**/.terraform/ +**/.terraform.lock.hcl +**/tfplan +**/*.tfstate* \ No newline at end of file