Files
Manuel Romero b77e708e48 qcs ips
2021-10-28 09:50:32 +02:00

33 lines
431 B
HCL

variable "resource_group_name" {
}
variable "location" {
}
variable "storage_account_id" {
}
variable "subnet_id" {
default = null
}
variable "pool_sku_name" {
default = "DW100c"
}
variable "user_id" {
default = null
}
variable "user_oid" {
default = null
}
variable "sql_administrator_login" {
default = "scdemoadmin"
}
variable "sql_administrator_login_password" {
default = "Attunity123123123"
}