We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e0f5 commit 855419bCopy full SHA for 855419b
docs/Troubleshooting.md
@@ -40,7 +40,7 @@ Error: A resource with the ID "/subscriptions/REDACTED/resourcegroups/viya-tst-r
40
### Resolution:
41
42
```bash
43
-terraform import -var-file=sample-input.tfvars module.aks.azurerm_kubernetes_cluster.aks '/subscription/REDACTED/../../'
+terraform import -var-file=sample-input.tfvars -state=terraform.tfstate module.node_pools[\"stateless\"].azurerm_kubernetes_cluster_node_pool.autoscale_node_pool[0] "/subscriptions/REDACTED/resourceGroups/viya-tst-rg/providers/Microsoft.ContainerService/managedClusters/viya-tst-aks/agentPools/stateless"
44
```
45
46
## Not able to access AKS with kubectl
0 commit comments