We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20c201 commit 4df0b70Copy full SHA for 4df0b70
.github/workflows/deploy-azure.yml
@@ -80,7 +80,7 @@ jobs:
80
declare -A MAP
81
82
# AKS cluster
83
- MAP[azurerm_kubernetes_cluster.this]="\/subscriptions/${ARM_SUBSCRIPTION_ID}/resourceGroups/${RG_NAME}/providers/Microsoft.ContainerService/managedClusters/${AKS_NAME}"
+ MAP[azurerm_kubernetes_cluster.this]="/subscriptions/${ARM_SUBSCRIPTION_ID}/resourceGroups/${RG_NAME}/providers/Microsoft.ContainerService/managedClusters/${AKS_NAME}"
84
85
# ── Example for future resources (uncomment / adapt) ──
86
# MAP[azurerm_key_vault.this]="\
0 commit comments