forked from databricks/terraform-databricks-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfvars
14 lines (14 loc) · 832 Bytes
/
terraform.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
subscription_id = "<your Azure Subscription ID here>"
hubcidr = "10.178.0.0/20"
spokecidr = "10.179.0.0/20"
rglocation = "northeurope"
metastoreip = "40.78.233.2"
dbfs_prefix = "dbfs"
workspace_prefix = "adb"
firewallfqdn = [ // we don't need scc relay and dbfs fqdn since they will go to private endpoint
"dbartifactsprodseap.blob.core.windows.net", //databricks artifacts
"dbartifactsprodeap.blob.core.windows.net", //databricks artifacts secondary
"dblogprodseasia.blob.core.windows.net", //log blob
"prod-southeastasia-observabilityeventhubs.servicebus.windows.net", //eventhub
"cdnjs.com", //ganglia
]