oci_bds_bds_instance_patch_action

This resource provides the Bds Instance Patch Action resource in Oracle Cloud Infrastructure Big Data Service service.

Install the specified patch to this cluster.

Example Usage

resource "oci_bds_bds_instance_patch_action" "test_bds_instance_patch_action" {
	#Required
	bds_instance_id = oci_bds_bds_instance.test_bds_instance.id
	cluster_admin_password = var.bds_instance_patch_action_cluster_admin_password
	version = var.bds_instance_patch_action_version

	#Optional
	patching_config {
		#Required
		patching_config_strategy = var.bds_instance_patch_action_patching_config_patching_config_strategy

		#Optional
		batch_size = var.bds_instance_patch_action_patching_config_batch_size
		wait_time_between_batch_in_seconds = var.bds_instance_patch_action_patching_config_wait_time_between_batch_in_seconds
		wait_time_between_domain_in_seconds = var.bds_instance_patch_action_patching_config_wait_time_between_domain_in_seconds
	}
}

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 60 minutes), when creating the Bds Instance Patch Action * update - (Defaults to 20 minutes), when updating the Bds Instance Patch Action * delete - (Defaults to 20 minutes), when destroying the Bds Instance Patch Action

Import

Import is not supported for this resource.