You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add computed volume_path attribute to databricks_volume resource (#3272)
* Add computed `volume_path` attribute to `databricks_volume` resource
This attribute will expose path in form of `/Volumes/<catalog>/<schema>/<name>` for use
with other resources, such as, `databricks_file`. Plus it's necessary for Terraform
Exporter to detect references between resources.
* Address review feedback
0 commit comments