1
0
IaC/.gitignore

33 lines
566 B
Plaintext
Raw Normal View History

2024-04-16 10:37:58 -04:00
# Local .terraform directories
**/.terraform/*
**/.terraform
2024-05-12 05:55:37 -04:00
ansible/collections/**
2024-04-16 10:37:58 -04:00
# .tfstate files
*.tfstate
*.tfstate.*
# Terraform lock file
**/.terraform.lock.hcl
# Crash log files
crash.log
crash.*.log
# Include override files you do wish to add to version control using negated pattern
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
# Ignore CLI configuration files
.terraformrc
terraform.rc
2022-12-09 03:26:01 -05:00
**/vault_password
**/vault.yaml
**/*secrets.yaml
**/*secret.yaml
.vscode/*