Edits per Code Review
This commit is contained in:
parent
3433d4d76d
commit
c7bd6dc586
@ -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" {
|
||||||
|
@ -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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user