github.com/brandonstevens/terraform@v0.9.6-0.20170512224929-5367f2607e16/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  }