Skip to content

Commit e7300d5

Browse files
committed
Added quotes around placeholders
1 parent 613ac38 commit e7300d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress

quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/providers.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ terraform {
99
}
1010
}
1111
backend "azurerm" {
12-
resource_group_name = <storage_account_resource_group>
13-
storage_account_name = <storage_account_name>
12+
resource_group_name = "<storage_account_resource_group>"
13+
storage_account_name = "<storage_account_name>"
1414
container_name = "tfstate"
1515
key = "codelab.microsoft.tfstate"
1616
}

0 commit comments

Comments
 (0)