update
Some checks failed
terraform validation / Terraform (push) Failing after 10s

This commit is contained in:
2025-01-02 15:21:20 +01:00
parent 7344b9ee6b
commit 61de61c301
3 changed files with 51 additions and 2 deletions

27
.gitignore vendored
View File

@ -13,4 +13,29 @@
*.vsix
#
*.exe
*.exe
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data
*.tfvars
*.tfvars.json
# Ignore transient lock info files created by terraform apply
.terraform.tfstate.lock.info
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
*tfplan*
# Ignore CLI configuration files
.terraformrc
terraform.rc