Skip to content

Commit

Permalink
Fix incorrect module output (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jun 11, 2020
1 parent 156430f commit 818714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/log-analytics-workspace/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ output "primary_shared_key" {
}

output "secondary_shared_key" {
value = azurerm_log_analytics_workspace.workspace.primary_shared_key
value = azurerm_log_analytics_workspace.workspace.secondary_shared_key
}

0 comments on commit 818714d

Please sign in to comment.