oci_fusion_apps_fusion_environment_refresh_activity

This resource provides the Fusion Environment Refresh Activity resource in Oracle Cloud Infrastructure Fusion Apps service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/fusion-applications/latest/FusionEnvironmentRefreshActivity

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/fusionapps

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
	#Optional
	is_data_masking_opted = var.fusion_environment_refresh_activity_is_data_masking_opted
	time_scheduled_start = var.fusion_environment_refresh_activity_time_scheduled_start
}

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}"