Skip to content

Commit 65ad8e4

Browse files
Louis Woodsvarmax2511
authored andcommitted
Github-1384: add missing documentation
1 parent b5ce004 commit 65ad8e4

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

website/docs/d/mysql_heat_wave_cluster.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ layout: "oci"
44
page_title: "Oracle Cloud Infrastructure: oci_mysql_heat_wave_cluster"
55
sidebar_current: "docs-oci-datasource-mysql-heat_wave_cluster"
66
description: |-
7-
Provides details about a specific Heat Wave Cluster in Oracle Cloud Infrastructure MySQL Database service
7+
Provides details about a specific HeatWave cluster in Oracle Cloud Infrastructure MySQL Database service
88
---
99

1010
# Data Source: oci_mysql_heat_wave_cluster
11-
This data source provides details about a specific Heat Wave Cluster resource in Oracle Cloud Infrastructure MySQL Database service.
11+
This data source provides details about a specific HeatWave cluster resource in Oracle Cloud Infrastructure MySQL Database service.
1212

1313
Gets information about the HeatWave cluster.
1414

website/docs/r/mysql_heat_wave_cluster.html.markdown

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ layout: "oci"
44
page_title: "Oracle Cloud Infrastructure: oci_mysql_heat_wave_cluster"
55
sidebar_current: "docs-oci-resource-mysql-heat_wave_cluster"
66
description: |-
7-
Provides the Heat Wave Cluster resource in Oracle Cloud Infrastructure MySQL Database service
7+
Provides the HeatWave cluster resource in Oracle Cloud Infrastructure MySQL Database service
88
---
99

1010
# oci_mysql_heat_wave_cluster
11-
This resource provides the Heat Wave Cluster resource in Oracle Cloud Infrastructure MySQL Database service.
11+
This resource provides the HeatWave cluster resource in Oracle Cloud Infrastructure MySQL Database service.
1212

1313
Updates the HeatWave cluster.
1414

@@ -19,8 +19,6 @@ Updates the HeatWave cluster.
1919
resource "oci_mysql_heat_wave_cluster" "test_heat_wave_cluster" {
2020
#Required
2121
db_system_id = oci_database_db_system.test_db_system.id
22-
23-
#Optional
2422
cluster_size = var.heat_wave_cluster_cluster_size
2523
shape_name = oci_mysql_shape.test_shape.name
2624
}
@@ -30,10 +28,10 @@ resource "oci_mysql_heat_wave_cluster" "test_heat_wave_cluster" {
3028

3129
The following arguments are supported:
3230

33-
* `cluster_size` - (Optional) (Updatable) A change to the number of nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with the new cluster of nodes. This may result in a significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.
31+
* `cluster_size` - (Required) (Updatable) A change to the number of nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with the new cluster of nodes. This may result in a significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.
3432
* `db_system_id` - (Required) The DB System [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
35-
* `shape_name` - (Optional) (Updatable) A change to the shape of the nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with Compute instances of the new Shape. This may result in significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.
36-
33+
* `shape_name` - (Required) (Updatable) A change to the shape of the nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with Compute instances of the new Shape. This may result in significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.
34+
* `state` - (Optional) (Updatable) The target state for the HeatWave cluster. Could be set to `ACTIVE` or `INACTIVE`.
3735

3836
** IMPORTANT **
3937
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

0 commit comments

Comments
 (0)