File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:enhancement
2+ dataproc: promote `lifecycle_config` and `endpoint_config` to ga in `google_dataproc_cluster`
3+ ```
Original file line number Diff line number Diff line change @@ -368,10 +368,10 @@ resource "google_dataproc_cluster" "accelerated_cluster" {
368368* ` encryption_config ` (Optional) The Customer managed encryption keys settings for the cluster.
369369 Structure [ defined below] ( #nested_encryption_config ) .
370370
371- * ` lifecycle_config ` (Optional, Beta ) The settings for auto deletion cluster schedule.
371+ * ` lifecycle_config ` (Optional) The settings for auto deletion cluster schedule.
372372 Structure [ defined below] ( #nested_lifecycle_config ) .
373373
374- * ` endpoint_config ` (Optional, Beta ) The config settings for port access on the cluster.
374+ * ` endpoint_config ` (Optional) The config settings for port access on the cluster.
375375 Structure [ defined below] ( #nested_endpoint_config ) .
376376
377377* ` metastore_config ` (Optional) The config setting for metastore service with the cluster.
You can’t perform that action at this time.
0 commit comments