oci_bds_bds_instance_operation_certificate_managements_management

This resource provides the Bds Instance Operation Certificate Managements Management resource in Oracle Cloud Infrastructure Big Data Service service.

Configuring TLS/SSL for various ODH services running on the BDS cluster.

Example Usage

resource "oci_bds_bds_instance_operation_certificate_managements_management" "test_bds_instance_operation_certificate_managements_management" {
    #Required
    bds_instance_id = oci_bds_bds_instance.test_bds_instance.id
    cluster_admin_password = var.bds_instance_operation_certificate_managements_management_cluster_admin_password
    services = var.bds_instance_operation_certificate_managements_management_services
    enable_operation_certificate_management = var.enable_operation_certificate_management
    renew_operation_certificate_management = var.renew_operation_certificate_management

    #Optional
    host_cert_details {

        #Optional
        certificate = var.bds_instance_operation_certificate_managements_management_host_cert_details_certificate
        host_name = var.bds_instance_operation_certificate_managements_management_host_cert_details_host_name
        private_key = var.bds_instance_operation_certificate_managements_management_host_cert_details_private_key
    }
    root_certificate = var.bds_instance_operation_certificate_managements_management_root_certificate
    server_key_password = var.bds_instance_operation_certificate_managements_management_server_key_password
}

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 Operation Certificate Managements Management * update - (Defaults to 20 minutes), when updating the Bds Instance Operation Certificate Managements Management * delete - (Defaults to 20 minutes), when destroying the Bds Instance Operation Certificate Managements Management