variable "domain" { description = "Domain name for the application" type = string default = "bsdserver.nl" } variable "role_id" { description = "Role ID for Vault AppRole authentication" type = string sensitive = true } variable "secret_id" { description = "Secret ID for Vault AppRole authentication" type = string sensitive = true }