terraform-provider-stackitp.../.gitignore
Marcel S. Henselin 0150fea302
Feat/separate functions (#19)
* chore: work save

* fix: refactor flavors

* fix: refactor pg user and database

* fix: refactor flavor parameters

* fix: refactor tf script

* chore: work save

* chore: work save

* chore: work save

---------

Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-01-13 12:19:12 +01:00

40 lines
543 B
Text

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
## IDE
*.idea/
*.vscode/
# Terraform
**/.terraform
**/terraform.tfstate**
.terraform.lock.hcl
.terraform.tfstate.lock.info
**/config.tfrc
**/variables.tf
**/service_account.json
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
go.work.sum
# Unit test files
stackit/internal/services/iaas/test-512k.img
# Test coverage reports
coverage.out
coverage.html