Skip to content

Commit

Permalink
Merge pull request #1489 from gruntwork-io/fix-azure-aks-example
Browse files Browse the repository at this point in the history
Fix terraform-azure-aks-example unit test failure.
  • Loading branch information
james03160927 authored Dec 15, 2024
2 parents 810156e + c8dae83 commit 23c1dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/azure/terraform-azure-aks-example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "azurerm_kubernetes_cluster" "k8s" {
client_id = var.client_id
client_secret = var.client_secret
}
automatic_channel_upgrade = "stable"
automatic_upgrade_channel = "stable"
tags = {
Environment = "Development"
}
Expand Down

0 comments on commit 23c1dec

Please sign in to comment.