Skip to content

Commit

Permalink
r/dev_test_global_vm_shutdown_schedule fix doc example (#7126)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-nixon committed May 29, 2020
1 parent af541fd commit 4d21dae
Showing 1 changed file with 5 additions and 8 deletions.
Expand Up @@ -72,18 +72,15 @@ resource "azurerm_linux_virtual_machine" "example" {
}
resource "azurerm_dev_test_global_vm_shutdown_schedule" "example" {
target_resource_id = azurerm_virtual_machine.example.id
virtual_machine_id = azurerm_virtual_machine.example.id
location = azurerm_resource_group.example.location
status = "Enabled"
enabled = true
daily_recurrence {
time = "1100"
}
time_zone_id = "Pacific Standard Time"
daily_recurrence_time = "1100"
time_zone = "Pacific Standard Time"
notification_settings {
status = "Enabled"
enabled = true
time_in_minutes = "60"
webhook_url = "https://sample-webhook-url.example.com"
}
Expand Down

0 comments on commit 4d21dae

Please sign in to comment.