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:
@@ -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/
|
||||
Reference in New Issue
Block a user