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
}

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.