terraform-iaas-api-example/020-variables.tf
Mauritz Uphoff e50ce7235d
Some checks failed
CI / TruffleHog Secrets Scan (push) Successful in 16s
CI / Terraform Format & Validate (push) Failing after 17s
dev
2025-07-10 16:46:32 +02:00

14 lines
282 B
HCL

variable "stackit_project_id" {
type = string
default = "2b3c1df5-4cb0-4d5e-aed1-3abf211c4c43"
}
variable "stackit_region" {
type = string
default = "eu01"
}
variable "stackit_service_account_key_path" {
type = string
default = "./keys/stackit-sa-nvl.json"
}