Data Source: oci_os_management_hub_lifecycle_stages

This data source provides the list of Lifecycle Stages in Oracle Cloud Infrastructure Os Management Hub service.

Lists lifecycle stages that match the specified compartment or lifecycle stage OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS family.

Example Usage

data "oci_os_management_hub_lifecycle_stages" "test_lifecycle_stages" {

    #Optional
    arch_type = var.lifecycle_stage_arch_type
    compartment_id = var.compartment_id
    display_name = var.lifecycle_stage_display_name
    display_name_contains = var.lifecycle_stage_display_name_contains
    lifecycle_stage_id = oci_os_management_hub_lifecycle_stage.test_lifecycle_stage.id
    os_family = var.lifecycle_stage_os_family
    software_source_id {
    }
    state = var.lifecycle_stage_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

LifecycleStage Reference

The following attributes are exported: