Data Source: oci_cloud_bridge_agent_plugin

This data source provides details about a specific Agent Plugin resource in Oracle Cloud Infrastructure Cloud Bridge service.

Gets a plugin by identifier.

Example Usage

data "oci_cloud_bridge_agent_plugin" "test_agent_plugin" {
    #Required
    agent_id = oci_cloud_bridge_agent.test_agent.id
    plugin_name = var.agent_plugin_plugin_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: