oci_database_autonomous_vm_cluster_ssl_certificate_management

This resource provides the Autonomous Vm Cluster Ssl Certificate Management resource in Oracle Cloud Infrastructure Database service.

Rotates the SSL certificates for Autonomous Exadata VM cluster.

Example Usage

resource "oci_database_autonomous_vm_cluster_ssl_certificate_management" "test_autonomous_vm_cluster_ssl_certificate_management" {
    #Required
    autonomous_vm_cluster_id = oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster.id
    certificate_generation_type = var.autonomous_vm_cluster_ssl_certificate_management_certificate_generation_type

    #Optional
    ca_bundle_id = oci_certificates_management_ca_bundle.test_ca_bundle.id
    certificate_authority_id = oci_certificates_management_certificate_authority.test_certificate_authority.id
    certificate_id = oci_apigateway_certificate.test_certificate.id
}

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 Autonomous Vm Cluster Ssl Certificate Management * update - (Defaults to 20 minutes), when updating the Autonomous Vm Cluster Ssl Certificate Management * delete - (Defaults to 20 minutes), when destroying the Autonomous Vm Cluster Ssl Certificate Management

Import

Import is not supported for this resource.