github.com/vic3lord/terraform@v0.8.0-rc1.0.20170626102919-16c6dd2cb372/examples/azure-vnet-two-subnets/variables.tf (about) 1 variable "resource_group" { 2 description = "The name of the resource group in which to create the virtual network." 3 } 4 5 variable "location" { 6 description = "The location/region where the virtual network is created. Changing this forces a new resource to be created." 7 default = "southcentralus" 8 }