Azure – How to use count condition on template in Terraform
In the belo code, I trying to fetch azure secret ( if exists) from keyvault and render it to generate template. ... < Keyvault definition > data "azurerm_key_vault_secret" "win_admin_pass" { count = ${var.cnt} # either 0 and 1 name =…