diff --git a/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/providers.tf b/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/providers.tf index c5c15739..ad7d5a06 100644 --- a/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/providers.tf +++ b/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/providers.tf @@ -9,8 +9,8 @@ terraform { } } backend "azurerm" { - resource_group_name = - storage_account_name = + resource_group_name = "" + storage_account_name = "" container_name = "tfstate" key = "codelab.microsoft.tfstate" }