devops/infra/modules/zitadel/tenant/role-owner/variables.tf

16 lines
272 B
HCL

variable "wait_on" {
type = any
description = "Resources to wait on"
default = true
}
variable "org_id" {
type = string
description = "Zitadel Organization ID"
}
variable "user_id" {
type = string
description = "Zitadel User ID"
}