Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Nov 27, 2024
1 parent 9164bee commit cb2e1f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ resource "azurerm_dynatrace_tag_rules" "test" {
value = "Prod"
action = "Include"
}
send_azure_active_directory_logs_enabled = true
send_activity_logs_enabled = true
send_azure_active_directory_logs_enabled = true
send_activity_logs_enabled = true
}
metric_rule {
Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/dynatrace_tag_rules.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ resource "azurerm_dynatrace_tag_rules" "example" {
value = "Prod"
action = "Include"
}
send_azure_active_directory_logs_enabled = true
send_activity_logs_enabled = true
send_subscription_logs_enabled = "true
send_azure_active_directory_logs_enabled = true
send_activity_logs_enabled = true
send_subscription_logs_enabled = true
}
metric_rule {
Expand Down

0 comments on commit cb2e1f1

Please sign in to comment.