oci_fusion_apps_fusion_environment_family

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

Creates a new FusionEnvironmentFamily.

Example Usage

resource "oci_fusion_apps_fusion_environment_family" "test_fusion_environment_family" {
    #Required
    compartment_id = var.compartment_id
    display_name = var.fusion_environment_family_display_name
    subscription_ids = var.fusion_environment_family_subscription_ids

    #Optional
    defined_tags = {"foo-namespace.bar-key"= "value"}
    family_maintenance_policy {

        #Optional
        concurrent_maintenance = var.fusion_environment_family_family_maintenance_policy_concurrent_maintenance
        is_monthly_patching_enabled = var.fusion_environment_family_family_maintenance_policy_is_monthly_patching_enabled
        quarterly_upgrade_begin_times = var.fusion_environment_family_family_maintenance_policy_quarterly_upgrade_begin_times
    }
    freeform_tags = {"bar-key"= "value"}
}

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

Import

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

$ terraform import oci_fusion_apps_fusion_environment_family.test_fusion_environment_family "id"