oci_mysql_heat_wave_cluster

This resource provides the HeatWave cluster resource in Oracle Cloud Infrastructure MySQL Database service.

Updates the HeatWave cluster.

Example Usage

resource "oci_mysql_heat_wave_cluster" "test_heat_wave_cluster" {
	#Required
	db_system_id = oci_database_db_system.test_db_system.id
	cluster_size = var.heat_wave_cluster_cluster_size
	is_lakehouse_enabled = var.heat_wave_cluster_is_lakehouse_enabled
	shape_name = oci_mysql_shape.test_shape.name
}

Argument Reference

The following arguments are supported:

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

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 1 hours), when creating the Heat Wave Cluster * update - (Defaults to 1 hours), when updating the Heat Wave Cluster * delete - (Defaults to 1 hours), when destroying the Heat Wave Cluster

Import

HeatWaveCluster can be imported using the id, e.g.

$ terraform import oci_mysql_heat_wave_cluster.test_heat_wave_cluster "dbSystem/{dbSystemId}/heatWaveCluster"