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

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

2021-08-16 10:30:36 +03:00
locals {
cognitive_services = merge(
var.cognitive_services,
{
cognitive_services_account = var.cognitive_services_account
}
)
}