Daily snapshot: 2025-11-10
This commit is contained in:
@@ -27,4 +27,21 @@ variable "storage_account_url" {
|
||||
variable "data_factory_name" {
|
||||
description = "The unique name of the data factory"
|
||||
type = string
|
||||
}
|
||||
}
|
||||
|
||||
variable "sql_admin_password" {
|
||||
description = "SQL Server administrator password"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "sql_server_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "oltp_database_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "olap_database_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user