Skip to content

Commit 810d177

Browse files
lifecycle_config and endpoint_config to ga (#6281) (#4503)
Signed-off-by: Modular Magician <[email protected]>
1 parent da36356 commit 810d177

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/6281.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
dataproc: promote `lifecycle_config` and `endpoint_config` to ga in `google_dataproc_cluster`
3+
```

website/docs/r/dataproc_cluster.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)