diff --git a/Terraform/01 - Basics/Guide.md b/Terraform/01 - Basics/Guide.md index 3f4d6bc..b08663c 100644 --- a/Terraform/01 - Basics/Guide.md +++ b/Terraform/01 - Basics/Guide.md @@ -85,7 +85,7 @@ Make sure to save vnet.tf before the following step. ``` resource "azurerm_virtual_network" "predayvnet" { name = "tfignitepreday" - location = "East US 2" + location = "<<>>" resource_group_name = "<<>>" address_space = ["10.0.0.0/16"]