From 679c91f666fdd43c7544567bd9f36813f0f45022 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Thu, 3 Mar 2022 14:56:39 -0800 Subject: [PATCH] Updated code to remove unused var --- .../variables.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/variables.tf b/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/variables.tf index db3d508e..044807c6 100644 --- a/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/variables.tf +++ b/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/variables.tf @@ -124,7 +124,3 @@ variable "tags" { source = "terraform" } } - -variable "storage_account_name" { - description = "Name of storage account" -}