chore: empty main branch

This commit is contained in:
Marcel S. Henselin 2025-12-19 11:28:24 +01:00
parent 459122c88e
commit 45073a716b
721 changed files with 0 additions and 135552 deletions

View file

@ -1,26 +0,0 @@
provider "stackit" {
default_region = "eu01"
}
# Authentication
# Token flow (scheduled for deprecation and will be removed on December 17, 2025)
provider "stackit" {
default_region = "eu01"
service_account_token = var.service_account_token
}
# Key flow
provider "stackit" {
default_region = "eu01"
service_account_key = var.service_account_key
private_key = var.private_key
}
# Key flow (using path)
provider "stackit" {
default_region = "eu01"
service_account_key_path = var.service_account_key_path
private_key_path = var.private_key_path
}