github.com/paybyphone/terraform@v0.9.5-0.20170613192930-9706042ddd51/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 }