oci_fusion_apps_fusion_environment_service_attachment

This resource provides the Fusion Environment Service Attachment resource in Oracle Cloud Infrastructure Fusion Apps service.

Attaches a service instance to the fusion pod.

Example Usage

resource "oci_fusion_apps_fusion_environment_service_attachment" "test_fusion_environment_service_attachment" {
	#Required
	fusion_environment_id = oci_fusion_apps_fusion_environment.test_fusion_environment.id
	service_instance_id = oci_core_instance.test_instance.id
	service_instance_type = var.fusion_environment_service_attachment_service_instance_type
}

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 Fusion Environment Service Attachment * update - (Defaults to 20 minutes), when updating the Fusion Environment Service Attachment * delete - (Defaults to 20 minutes), when destroying the Fusion Environment Service Attachment

Import

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

$ terraform import oci_fusion_apps_fusion_environment_service_attachment.test_fusion_environment_service_attachment "fusionEnvironments/{fusionEnvironmentId}/serviceAttachments/{serviceAttachmentId}"