github.com/ticketmaster/terraform@v0.10.0-beta2.0.20170711045249-a12daf5aba4f/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 }