We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909bfe1 commit 2c024a2Copy full SHA for 2c024a2
devops/modules/app_gateway/data.tf
@@ -1,3 +1,4 @@
1
+#fff
2
data "azurerm_log_analytics_workspace" "ws" {
3
count = (var.log_analytics_workspace_name != null && var.log_analytics_workspace_rg != null) ? 1 : 0
4
name = var.log_analytics_workspace_name
0 commit comments