* chore: initial push to be able to work together * chore: add missing wait folder * chore: add missing folders * chore: cleanup alpha branch * feat: mssql alpha instance (#2) * fix: remove unused attribute types and functions from backup models * fix: update API client references to use sqlserverflexalpha package * fix: update package references to use sqlserverflexalpha and modify user data source model * fix: add sqlserverflexalpha user data source to provider * fix: add sqlserverflexalpha user resource and update related functionality * chore: add stackit_sqlserverflexalpha_user resource and instance_id variable * fix: refactor sqlserverflexalpha user resource and enhance schema with status and default_database --------- Co-authored-by: Andre Harms <andre.harms@stackit.cloud> Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud> * feat: add sqlserver instance * chore: fixing tests * chore: update docs --------- Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud> Co-authored-by: Andre Harms <andre.harms@stackit.cloud>
24 lines
582 B
HCL
24 lines
582 B
HCL
# NOTE: This file is for HashiCorp specific licensing automation and can be deleted after creating a new repo with this template.
|
|
schema_version = 1
|
|
|
|
project {
|
|
license = "Apache-2.0"
|
|
copyright_year = 2025
|
|
|
|
header_ignore = [
|
|
# internal catalog metadata (prose)
|
|
"META.d/**/*.yaml",
|
|
|
|
# examples used within documentation (prose)
|
|
"examples/**",
|
|
|
|
# GitHub issue template configuration
|
|
".github/ISSUE_TEMPLATE/*.yml",
|
|
|
|
# golangci-lint tooling configuration
|
|
".golangci.yml",
|
|
|
|
# GoReleaser tooling configuration
|
|
".goreleaser.yml",
|
|
]
|
|
}
|