Data Source: oci_fusion_apps_fusion_environment_service_attachment
This data source provides details about a specific Fusion Environment Service Attachment resource in Oracle Cloud Infrastructure Fusion Apps service.
Gets a Service Attachment by identifier
Example Usage
data "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_attachment_id = oci_fusion_apps_service_attachment.test_service_attachment.id
}
Argument Reference
The following arguments are supported:
fusion_environment_id
- (Required) unique FusionEnvironment identifierservice_attachment_id
- (Required) OCID of the Service Attachment
Attributes Reference
The following attributes are exported:
compartment_id
- Compartment Identifierdefined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
display_name
- Service Attachment Display name, can be renamedfreeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
id
- Unique identifier that is immutable on creationis_sku_based
- Whether this service is provisioned due to the customer being subscribed to a specific SKUservice_instance_id
- The ID of the service instance created that can be used to identify this on the service control planeservice_instance_type
- Type of the serviceInstance.service_url
- Public URLstate
- The current state of the ServiceInstance.time_created
- The time the the ServiceInstance was created. An RFC3339 formatted datetime stringtime_updated
- The time the ServiceInstance was updated. An RFC3339 formatted datetime string