Edits per Code Review

This commit is contained in:
Tom Archer 2023-05-18 11:07:54 -07:00
parent 3433d4d76d
commit c7bd6dc586
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ resource "azurerm_resource_group" "rg" {
} }
resource "random_pet" "azurerm_virtual_network_name" { resource "random_pet" "azurerm_virtual_network_name" {
prefix = "vn" prefix = "vnet"
} }
resource "azurerm_virtual_network" "test" { resource "azurerm_virtual_network" "test" {

View File

@ -1,6 +1,6 @@
# Azure Linux VM cluster # Azure Linux VM cluster
This template deploys a Windows VM cluster on Azure. This template deploys a Linux VM cluster on Azure.
## Terraform resource types ## Terraform resource types
@ -25,4 +25,4 @@ This template deploys a Windows VM cluster on Azure.
## Example ## Example
To see how to run this example, see [Create an Azure VM cluster with Terraform and HC](https://learn.microsoft.com/azure/developer/terraform/create-vm-cluster-with-infrastructure). To see how to run this example, see [Create an Azure Linux VM cluster with Terraform](https://learn.microsoft.com/azure/developer/terraform/create-vm-cluster-with-infrastructure).