Terraform rules working

This commit is contained in:
2025-05-16 14:00:50 +03:00
commit f4d28d47a9
13 changed files with 857 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Terraform
*.tfstate
*.tfstate.*
.terraform/
*.tfvars
# Keep .terraform.lock.hcl in VCS for reproducible provider versions
tfplan
tfplan.json
# Ansible
.retry
# Общие
*.log