Skip to content

Commit 2c024a2

Browse files
authored
Update data.tf
23434
1 parent 909bfe1 commit 2c024a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/modules/app_gateway/data.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#fff
12
data "azurerm_log_analytics_workspace" "ws" {
23
count = (var.log_analytics_workspace_name != null && var.log_analytics_workspace_rg != null) ? 1 : 0
34
name = var.log_analytics_workspace_name

0 commit comments

Comments
 (0)