oci_fusion_apps_fusion_environment_refresh_activity

This resource provides the Fusion Environment Refresh Activity resource in Oracle Cloud Infrastructure Fusion Apps service.

Creates a new RefreshActivity.

Example Usage

resource "oci_fusion_apps_fusion_environment_refresh_activity" "test_fusion_environment_refresh_activity" {
    #Required
    fusion_environment_id = oci_fusion_apps_fusion_environment.test_fusion_environment.id
    source_fusion_environment_id = oci_fusion_apps_fusion_environment.test_fusion_environment.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 Fusion Environment Refresh Activity * update - (Defaults to 20 minutes), when updating the Fusion Environment Refresh Activity * delete - (Defaults to 20 minutes), when destroying the Fusion Environment Refresh Activity

Import

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

$ terraform import oci_fusion_apps_fusion_environment_refresh_activity.test_fusion_environment_refresh_activity "fusionEnvironments/{fusionEnvironmentId}/refreshActivities/{refreshActivityId}"