Skip to content

Commit

Permalink
formatting updates for variables markdown table
Browse files Browse the repository at this point in the history
  • Loading branch information
ericd-mst-github committed Sep 26, 2023
1 parent 51abcf6 commit acabdbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quickstart/101-vm-auto-shutdown/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ This repository contains Terraform code to create resources in Azure, including

## Variables

| Name | Description | Default |
| Name | Description | Default value |
|-|-|-|
| `resource_group_location` | The location where the resource group should be created. | East US |
| `prefix` | A prefix for naming resources. | demo |
| `vnet_address_space` | Address space for the virtual network. | ["10.0.0.0/16"] |
| `subnet_address_prefixes` | Address prefixes for the subnet. | ["10.0.1.0/24"] |
| `public_ip_allocation_method` | Allocation method for the public IP. | Dynamic (Must be either 'Static' or 'Dynamic'.) |
| `vm_size` | Size of the virtual machine. | Standard_DS1_v2 (Must be one of the following: Standard_DS1_v2, Standard_DS2_v2, Standard_DS3_v2, Standard_DS4_v2, Standard_DS5_v2.) |
| `vm_size` | Size of the virtual machine. | Standard_DS1_v2. Possible values include: Standard_DS1_v2, Standard_DS2_v2, Standard_DS3_v2, Standard_DS4_v2, Standard_DS5_v2. |
| `vm_image` | Source image reference for the virtual machine. | Windows Server 2022 |
| `storage_account_tier` | Performance tier of the storage account. | Standard (Must be one of the following: Standard, Premium, Standard_GRS, Standard_RAGRS, Premium_LRS, Premium_ZRS.) |
| `storage_account_replication_type` | Replication type for the storage account. | LRS (Must be one of the following: LRS, GRS, RAGRS, ZRS.) |
| `automation_account_sku_name` | SKU name for the Azure Automation Account. | Basic (Must be one of the following: Free, Basic, Standard.) |
| `storage_account_tier` | Performance tier of the storage account. | Standard. Possible values include: Standard, Premium, Standard_GRS, Standard_RAGRS, Premium_LRS, Premium_ZRS. |
| `storage_account_replication_type` | Replication type for the storage account. | LRS. Possible values include: LRS, GRS, RAGRS, ZRS. |
| `automation_account_sku_name` | SKU name for the Azure Automation Account. | Basic. Possible values include: Free, Basic, Standard. |
| `runbook_type` | Type of the runbook. | PowerShell |
| `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" |
Expand Down

0 comments on commit acabdbd

Please sign in to comment.