14 lines
282 B
HCL
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"
|
|
}
|