Compare commits

...

1 commit

Author SHA1 Message Date
bd2c431dc6 update provider
All checks were successful
CI / Terraform Format & Validate (push) Successful in 44s
CI / TruffleHog Secrets Scan (push) Successful in 1m3s
2025-06-26 15:13:23 +02:00

View file

@ -1,5 +1,5 @@
provider "stackit" {
region = var.stackit_region
default_region = var.stackit_region
service_account_key_path = var.stackit_service_account_key_path
}