15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
# Terraform
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform/
|
|
*.tfvars
|
|
# Keep .terraform.lock.hcl in VCS for reproducible provider versions
|
|
tfplan
|
|
tfplan.json
|
|
# Ansible
|
|
.retry
|
|
# Общие
|
|
*.log
|
|
.cursor
|
|
venv
|