From e1e1f80f592f7c76af9b8243c6383e87a2d3d957 Mon Sep 17 00:00:00 2001 From: Eric D Date: Mon, 25 Sep 2023 17:12:51 -0400 Subject: [PATCH] readme changes for variables --- quickstart/101-vm-auto-shutdown/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/101-vm-auto-shutdown/readme.md b/quickstart/101-vm-auto-shutdown/readme.md index 5ca3197a2..06fed9490 100644 --- a/quickstart/101-vm-auto-shutdown/readme.md +++ b/quickstart/101-vm-auto-shutdown/readme.md @@ -37,6 +37,6 @@ This repository contains Terraform code to create resources in Azure, including | `storage_account_replication_type` | Replication type for the storage account. | LRS | | `automation_account_sku_name` | SKU name for the Azure Automation Account. | Basic | | `runbook_type` | Type of the runbook. | PowerShell | -| `runbook_uri` | URI for the runbook content. | "https://example.com/script.ps1" | +| `runbook_uri` | URI for the runbook content. | https://raw.githubusercontent.com/azureautomation/runbooks/master/Utility/ASM/Set-AzureScheduleWithRunbook.ps1 | | `one_time_schedule_start_time` | Start time for the one-time runbook schedule. | "2023-09-23T00:00:00Z" | | `hourly_schedule_start_time` | Start time for the hourly runbook schedule. | "2023-09-23T01:00:00Z" |