Skip to content

Commit

Permalink
fix(outputs): set Log Analytics workspaces and Automation Accounts as…
Browse files Browse the repository at this point in the history
… senstive outputs (#901)
  • Loading branch information
Laudenlaruto authored Mar 7, 2024
1 parent 565d804 commit 40b9191
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 4,551 deletions.
2 changes: 2 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ output "azurerm_log_analytics_workspace" {
management = azurerm_log_analytics_workspace.management
}
description = "Returns the configuration data for all Log Analytics workspaces created by this module."
sensitive = true
}

# The following output is used to ensure all Log Analytics
Expand All @@ -104,6 +105,7 @@ output "azurerm_automation_account" {
management = azurerm_automation_account.management
}
description = "Returns the configuration data for all Automation Accounts created by this module."
sensitive = true
}

# The following output is used to ensure all Log Analytics
Expand Down
Loading

0 comments on commit 40b9191

Please sign in to comment.