databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[FEATURE] (Option to) Shut down databricks cluster after creation #4145

Open KazMiddelhoek opened 1 month ago

KazMiddelhoek commented 1 month ago

Use-cases

When clusters are created using databricks_cluster, they're started. If there's a long autotermination time, the cluster will keep running. It would be great if the cluster could be shut off after being created.

Proposal

Could be an argument to databricks_cluster to shut it off after creation?