We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a26ecd commit 0419cadCopy full SHA for 0419cad
1 file changed
quickstart/201-k8s-cluster-with-tf-and-aks/main.tf
@@ -16,7 +16,7 @@ resource "azurerm_log_analytics_workspace" "test" {
16
# The WorkSpace name has to be unique across the whole of azure, not just the current subscription/tenant.
17
name = "${var.log_analytics_workspace_name}-${random_id.log_analytics_workspace_name_suffix.dec}"
18
location = var.log_analytics_workspace_location
19
- resource_group_name = azurerm_resource_group.k8s.name
+ resource_group_name = azurerm_resource_group.rg.name
20
sku = var.log_analytics_workspace_sku
21
}
22
0 commit comments