Data Source: oci_fusion_apps_fusion_environment_families
This data source provides the list of Fusion Environment Families in Oracle Cloud Infrastructure Fusion Apps service.
Returns a list of FusionEnvironmentFamilies.
Example Usage
data "oci_fusion_apps_fusion_environment_families" "test_fusion_environment_families" {
#Required
compartment_id = var.compartment_id
#Optional
display_name = var.fusion_environment_family_display_name
fusion_environment_family_id = oci_fusion_apps_fusion_environment_family.test_fusion_environment_family.id
state = var.fusion_environment_family_state
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The ID of the compartment in which to list resources.display_name
- (Optional) A filter to return only resources that match the entire display name given.fusion_environment_family_id
- (Optional) The ID of the fusion environment family in which to list resources.state
- (Optional) A filter that returns all resources that match the specified lifecycle state.
Attributes Reference
The following attributes are exported:
fusion_environment_family_collection
- The list of fusion_environment_family_collection.
FusionEnvironmentFamily Reference
The following attributes are exported:
compartment_id
- The OCID of the compartment where the environment family is located.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
display_name
- A friendly name for the environment family. The name must contain only letters, numbers, dashes, and underscores. Can be changed later.family_maintenance_policy
- The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.concurrent_maintenance
- Option to upgrade both production and non-production environments at the same time. When set to PROD both types of environnments are upgraded on the production schedule. When set to NON_PROD both types of environments are upgraded on the non-production schedule.is_monthly_patching_enabled
- When True, monthly patching is enabled for the environment family.quarterly_upgrade_begin_times
- The quarterly maintenance month group schedule of the Fusion environment family.
freeform_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
- The unique identifier (OCID) of the environment family. Can’t be changed after creation.is_subscription_update_needed
- When set to True, a subscription update is required for the environment family.lifecycle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.state
- The current state of the FusionEnvironmentFamily.subscription_ids
- The list of the IDs of the applications subscriptions that are associated with the environment family.system_name
- Environment Specific Guid/ System Nametime_created
- The time the the FusionEnvironmentFamily was created. An RFC3339 formatted datetime string.