Files
netbird-iac/terraform/.gitignore
2026-02-15 18:37:15 +02:00

13 lines
234 B
Plaintext

# Terraform
.terraform/
*.tfplan
crash.log
crash.*.log
# Secrets (tfvars contains the PAT token)
terraform.tfvars
*.auto.tfvars
# State files are committed for this POC (single operator)
# For production, use remote backend instead