github.com/loicalbertin/terraform@v0.6.15-0.20170626182346-8e2583055467/examples/azure-vnet-to-vnet-peering/variables.tf (about) 1 variable "resource_group" { 2 description = "The name of the resource group in which the virtual networks are created" 3 default = "myrg" 4 } 5 6 variable "location" { 7 description = "The location/region where the virtual networks are created. Changing this forces a new resource to be created." 8 default = "southcentralus" 9 }