github.com/paybyphone/terraform@v0.9.5-0.20170613192930-9706042ddd51/examples/azure-sql-database/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 } 9 10 variable "sql_admin" { 11 description = "The administrator username of the SQL Server." 12 } 13 14 variable "sql_password" { 15 description = "The administrator password of the SQL Server." 16 }