Closed tnk-dev closed 2 years ago
@tnk-dev I think it's either a known issue or a platform bug, not related to the provider. Please create a support ticket for this.
Instance type is controlled via node_type_id, though i see you're using databricks_node_type to dynamically pick an instance type.
As far as I know, there's no way to control the naming of instances, but you can propagate tags via clusters and pools.
Hi there,
setting up my cluster with instance pool works great, but when I destroy it it leaves
workerenv-*
instances running and therefore my databricks VPC won't destroy either.Configuration
main.tf
databricks_vpc
databricks_workspace
databricks_cluster
Expected Behavior
To terminate the instances that
databricks_cluster
anddatabricks_instance_pool
create.Actual Behavior
All instances from the cluster spinning up stay running even though the workspace and databricks cluster/instance pools do not exist anymore. Therefore I can't destroy the VPC since the instances depend on it.
By the way
how do you control the naming of those instances ?
how do you control the instance type?
Terraform and provider versions
Debug Output