You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
HCL
36 lines
1.2 KiB
HCL
###############################################################################
|
|
# Greenfield MDP — Production Environment Values
|
|
# IMPORTANT: Do NOT commit secrets. Use environment variables or Key Vault.
|
|
###############################################################################
|
|
|
|
subscription_id = "52274961-4dda-48cc-a79b-3a0b74f8eaac"
|
|
databricks_account_id = "REPLACE-WITH-DATABRICKS-ACCOUNT-ID"
|
|
location = "canadacentral"
|
|
environment = "prod"
|
|
project = "mdp"
|
|
|
|
# Networking
|
|
vnet_cidr = "10.100.0.0/16"
|
|
dbx_host_subnet_cidr = "10.100.1.0/24"
|
|
dbx_container_subnet_cidr = "10.100.2.0/24"
|
|
private_endpoints_subnet_cidr = "10.100.3.0/24"
|
|
transit_vnet_cidr = "10.101.0.0/24"
|
|
transit_subnet_cidr = "10.101.0.0/26"
|
|
hub_vnet_id = "" # Set to Greenfield hub VNet resource ID when available
|
|
|
|
corporate_ip_ranges = [
|
|
# "203.0.113.0/24", # Example — replace with actual Greenfield corporate ranges
|
|
]
|
|
|
|
# Storage
|
|
adls_replication_type = "GRS"
|
|
|
|
# Tags
|
|
tags = {
|
|
project = "mdp"
|
|
environment = "prod"
|
|
cost-center = "Greenfield-CDO"
|
|
owner = "data-office"
|
|
managed-by = "terraform"
|
|
}
|