8000
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.
2 parents 810156e + c8dae83 commit 23c1decCopy full SHA for 23c1dec
examples/azure/terraform-azure-aks-example/main.tf
@@ -58,7 +58,7 @@ resource "azurerm_kubernetes_cluster" "k8s" {
58
client_id = var.client_id
59
client_secret = var.client_secret
60
}
61
- automatic_channel_upgrade = "stable"
+ automatic_upgrade_channel = "stable"
62
tags = {
63
Environment = "Development"
64
0 commit comments