oci_bds_bds_instance_node_replace_configuration

This resource provides the Bds Instance Node Replace Configuration resource in Oracle Cloud Infrastructure Big Data Service service.

Add a nodeReplaceConfigurations to the cluster.

Example Usage

resource "oci_bds_bds_instance_node_replace_configuration" "test_bds_instance_node_replace_configuration" {
	#Required
	bds_instance_id = oci_bds_bds_instance.test_bds_instance.id
	cluster_admin_password = var.bds_instance_node_replace_configuration_cluster_admin_password
	duration_in_minutes = var.bds_instance_node_replace_configuration_duration_in_minutes
	level_type_details {
		#Required
		level_type = var.bds_instance_node_replace_configuration_level_type_details_level_type

		#Optional
		node_host_name = var.bds_instance_node_replace_configuration_level_type_details_node_host_name
		node_type = var.bds_instance_node_replace_configuration_level_type_details_node_type
	}
	metric_type = var.bds_instance_node_replace_configuration_metric_type

	#Optional
	display_name = var.bds_instance_node_replace_configuration_display_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 20 minutes), when creating the Bds Instance Node Replace Configuration * update - (Defaults to 20 minutes), when updating the Bds Instance Node Replace Configuration * delete - (Defaults to 20 minutes), when destroying the Bds Instance Node Replace Configuration

Import

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

$ terraform import oci_bds_bds_instance_node_replace_configuration.test_bds_instance_node_replace_configuration "bdsInstances/{bdsInstanceId}/nodeReplaceConfigurations/{nodeReplaceConfigurationId}"