terraform oldmac

This commit is contained in:
Dmitry Sergeev
2026-07-23 21:53:15 +03:00
parent dd39045d6d
commit cc77e7464b
5 changed files with 293 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Terraform files
.terraform/
*.tfstate
*.tfstate.backup
*.tfstate.*.backup
*.tfvars
*.tfvars.json
.terraform.lock.hcl
# Sensitive files
secrets/
*.pem
*.key
*.cert
# Local files
.terraform.tfstate.lock.info
terraform.plan
plan.out
# IDE files
.vscode/
.idea/
*.swp
*.swo