Skip to content

Commit

Permalink
Merge pull request #25439 from HerrSubset/patch-1
Browse files Browse the repository at this point in the history
Clarify dev_test_schedule documentation by adding the 'status' field to the example
  • Loading branch information
manicminer authored Mar 27, 2024
2 parents 17f5029 + 3de9042 commit c836611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/dev_test_schedule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c836611

Please sign in to comment.