Skip to content

Commit 0419cad

Browse files
committed
Updating main to use new rg var name
1 parent 9a26ecd commit 0419cad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • quickstart/201-k8s-cluster-with-tf-and-aks

quickstart/201-k8s-cluster-with-tf-and-aks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "azurerm_log_analytics_workspace" "test" {
1616
# The WorkSpace name has to be unique across the whole of azure, not just the current subscription/tenant.
1717
name = "${var.log_analytics_workspace_name}-${random_id.log_analytics_workspace_name_suffix.dec}"
1818
location = var.log_analytics_workspace_location
19-
resource_group_name = azurerm_resource_group.k8s.name
19+
resource_group_name = azurerm_resource_group.rg.name
2020
sku = var.log_analytics_workspace_sku
2121
}
2222

0 commit comments

Comments
 (0)