caf-terraform-landingzones/caf_solution/local.cognitive_services.tf

8 строки
150 B
HCL

locals {
cognitive_services = merge(
var.cognitive_services,
{
cognitive_services_account = var.cognitive_services_account
}
)
}