Azure-Samples / Azure-Samples/aks-ray-sample
AKS Cluster provisioning state check does not catch the state `succeeded`
Open
- Dominant language
- HCL
- Stars
- 8
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
```bash
resource "null_resource" "wait_for_aks" {
depends_on = [azurerm_kubernetes_cluster.k8s]
provisioner "local-exec" {
command = <
Contributor guide
Assessment
This issue has not been assessed yet.