subcategory |
---|
AWS |
-> Note If you have a fully automated setup with workspaces created by databricks_mws_workspaces or azurerm_databricks_workspace, please make sure to add depends_on attribute in order to prevent authentication is not configured for provider errors.
This data source allows you to fetch all available AWS availability zones on your workspace on AWS.
data "databricks_zones" "zones" {}
There are no arguments to this data source and only attributes that are computed.
In addition to all arguments above, the following attributes are exported:
id
- The id for the zone object.default_zone
- This is the default zone that gets assigned to your workspace. This is the zone used by default for clusters and instance pools.zones
- This is a list of all the zones available for your subnets in your Databricks workspace.