Data Source: oci_cloud_bridge_agent_dependencies

This data source provides the list of Agent Dependencies in Oracle Cloud Infrastructure Cloud Bridge service.

Returns a list of AgentDependencies such as AgentDependencyCollection.

Example Usage

data "oci_cloud_bridge_agent_dependencies" "test_agent_dependencies" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    agent_id = oci_cloud_bridge_agent.test_agent.id
    display_name = var.agent_dependency_display_name
    environment_id = oci_cloud_bridge_environment.test_environment.id
    state = var.agent_dependency_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AgentDependency Reference

The following attributes are exported: