touchpoint-3-practice-template/variables.tf
Thorben Below 1bbef102eb
feat: init
Signed-off-by: Thorben Below <bjoern-thorben.below@capgemini.com>
2025-09-23 09:04:22 +02:00

8 lines
141 B
HCL

variable "stackit_service_account_token" {
sensitive = true
type = string
}
variable "stackit_project_id" {
type = string
}