From 3de904229fa2254699bda5b999a4133123cf2d1a Mon Sep 17 00:00:00 2001 From: Pieter-Jan Date: Wed, 27 Mar 2024 14:46:13 +0100 Subject: [PATCH] Update dev_test_schedule documentation The default status of a dev_test_schedule is "Disabled", which is not intuitive IMO. I updated the docs, so that the example shows that this setting exists and should be set if you want the resource to behave the way you expect it to. --- website/docs/r/dev_test_schedule.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/dev_test_schedule.html.markdown b/website/docs/r/dev_test_schedule.html.markdown index 32ea149df6ba..7df8365da2a7 100644 --- a/website/docs/r/dev_test_schedule.html.markdown +++ b/website/docs/r/dev_test_schedule.html.markdown @@ -29,6 +29,7 @@ resource "azurerm_dev_test_schedule" "example" { location = azurerm_resource_group.example.location resource_group_name = azurerm_resource_group.example.name lab_name = azurerm_dev_test_lab.example.name + status = "Enabled" weekly_recurrence { time = "1100"