caf-terraform-landingzones/caf_solution/variables.cognitive_service...

11 строки
225 B
Terraform
Исходник Обычный вид История

2021-08-16 10:30:36 +03:00
# Cognitive Servies
variable "cognitive_services" {
description = "cognitive service configuration objects"
default = {
# cognitive_services_account = {}
}
}
variable "cognitive_services_account" {
default = {}
}