This data source provides details about a specific Lifecycle Stage resource in Oracle Cloud Infrastructure Os Management Hub service.
Gets information about the specified lifecycle stage.
data "oci_os_management_hub_lifecycle_stage" "test_lifecycle_stage" {
#Required
lifecycle_stage_id = oci_os_management_hub_lifecycle_stage.test_lifecycle_stage.id
}
The following arguments are supported:
lifecycle_stage_id
- (Required) The OCID of the lifecycle stage.The following attributes are exported:
arch_type
- The CPU architecture of the target instances.compartment_id
- The OCID of the tenancy containing the lifecycle stage.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.freeform_tags
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id
- The lifecycle stage OCID that is immutable on creation.lifecycle_environment_id
- The OCID of the lifecycle environment for the lifecycle stage.managed_instance_ids
- The list of managed instances specified lifecycle stage.
display_name
- Managed instance name.id
- The OCID of the managed instance.os_family
- The operating system type of the target instances.rank
- User specified rank for the lifecycle stage. Rank determines the hierarchy of the lifecycle stages for a given lifecycle environment. software_source_id
- Identifying information for the specified software source.
description
- Software source description.display_name
- Software source name.id
- The OCID of the software source.software_source_type
- Type of the software source.state
- The current state of the lifecycle stage.system_tags
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created
- The time the lifecycle stage was created. An RFC3339 formatted datetime string.time_modified
- The time the lifecycle stage was last modified. An RFC3339 formatted datetime string.vendor_name
- The software source vendor name.