modules/sql/variables.tf (11 lines of code) (raw):
variable "resource_group_name" {}
variable "location" {}
variable "principal_id" {}
variable "sql_name" {}
variable "private_endpoints_subnet_id" {}
variable "hub_vnet_id" {}
variable "current_user_object_id" {}
variable "current_user_principal_name" {}
variable "tags" {
default = {}
}