We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gcp_attributes.use_preemptible_executors
databricks_cluster
1 parent acbb8a4 commit 38497fdCopy full SHA for 38497fd
clusters/resource_cluster.go
@@ -59,6 +59,8 @@ func resourceClusterSchema() map[string]*schema.Schema {
59
return common.StructToSchema(Cluster{}, func(s map[string]*schema.Schema) map[string]*schema.Schema {
60
s["spark_conf"].DiffSuppressFunc = SparkConfDiffSuppressFunc
61
common.MustSchemaPath(s, "aws_attributes", "zone_id").DiffSuppressFunc = ZoneDiffSuppress
62
+ common.MustSchemaPath(s, "gcp_attributes", "use_preemptible_executors").Deprecated = "Please use 'availability' instead."
63
+
64
// adds `library` configuration block
65
s["library"] = common.StructToSchema(libraries.ClusterLibraryList{},
66
func(ss map[string]*schema.Schema) map[string]*schema.Schema {
0 commit comments