Daily snapshot: 2025-11-10
This commit is contained in:
@@ -22,4 +22,22 @@ variable "data_factory_name" {
|
||||
description = "The unique name of the data factory"
|
||||
type = string
|
||||
default = "data-sandbox-factory-dev"
|
||||
}
|
||||
}
|
||||
|
||||
variable "sql_admin_password" {
|
||||
description = "SQL Server administrator password"
|
||||
type = string
|
||||
default = "4-v3ry-53cr37-p455w0rd" # terraform docs
|
||||
}
|
||||
|
||||
variable "sql_server_name" {
|
||||
default = "aiimi-cop-sandbox-sql-server"
|
||||
}
|
||||
|
||||
variable "oltp_database_name" {
|
||||
default = "oltp_master"
|
||||
}
|
||||
|
||||
variable "olap_database_name" {
|
||||
default = "olap_master"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user