oci_golden_gate_deployment_certificate

This resource provides the Deployment Certificate resource in Oracle Cloud Infrastructure Golden Gate service.

Creates a new certificate to truststore.

Example Usage

resource "oci_golden_gate_deployment_certificate" "test_deployment_certificate" {
	#Required
	certificate_content = var.deployment_certificate_certificate_content
	deployment_id = oci_golden_gate_deployment.test_deployment.id
	key = var.deployment_certificate_key
}

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

Import

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

$ terraform import oci_golden_gate_deployment_certificate.test_deployment_certificate "deployments/{deploymentId}/certificates/{certificateKey}"