Skip to content

Commit

Permalink
readme changes for variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ericd-mst-github committed Sep 25, 2023
1 parent 78c3732 commit e1e1f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/101-vm-auto-shutdown/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" |

0 comments on commit e1e1f80

Please sign in to comment.