Selector.infra/prod/variables.tf

19 lines
253 B
HCL

variable "azure_subscription_id" {
type = string
}
variable "azure_client_id" {
type = string
}
variable "azure_client_secret" {
type = string
}
variable "azure_tenant_id" {
type = string
}
variable "azure_admin_password" {
type = string
}