new file: infrastructure/.gitignore

new file:   infrastructure/terraform/bootstrap/backend.tf
	new file:   infrastructure/terraform/bootstrap/main.tf
	new file:   infrastructure/terraform/bootstrap/outputs.tf
	new file:   infrastructure/terraform/bootstrap/providers.tf
	new file:   infrastructure/terraform/bootstrap/variables.tf
	new file:   infrastructure/terraform/docker/.terraform.lock.hcl
	new file:   infrastructure/terraform/docker/main.tf
	modified:   monitoring/node-red/data/context/00b02bbd01c91485/flow.json
	modified:   monitoring/node-red/data/update-events.ndjson
This commit is contained in:
git
2026-04-14 17:42:30 +10:00
parent a826c85e08
commit 7279ade925
10 changed files with 97 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
# Terraform working dir
**/.terraform/*
# Terraform state
*.tfstate
*.tfstate.*
**/terraform.tfstate
**/terraform.tfstate.*
# Crash logs
crash.log
crash.*.log
# Variable files with real values
*.tfvars
*.tfvars.json
# CLI config / overrides
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc
# Plan files
*.tfplan
plan.out
# Local backend/state folders if you make them
state/
artifacts/