oci_certificates_management_ca_bundle

This resource provides the Ca Bundle resource in Oracle Cloud Infrastructure Certificates Management service.

Creates a new CA bundle according to the details of the request.

Example Usage

resource "oci_certificates_management_ca_bundle" "test_ca_bundle" {
    #Required
    ca_bundle_pem = var.ca_bundle_ca_bundle_pem
    compartment_id = var.compartment_id
    name = var.ca_bundle_name

    #Optional
    defined_tags = {"Operations.CostCenter"= "42"}
    description = var.ca_bundle_description
    freeform_tags = {"Department"= "Finance"}
}

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 Ca Bundle * update - (Defaults to 20 minutes), when updating the Ca Bundle * delete - (Defaults to 20 minutes), when destroying the Ca Bundle

Import

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

$ terraform import oci_certificates_management_ca_bundle.test_ca_bundle "id"