Data Source: oci_cloud_bridge_assets

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

Returns a list of assets.

Example Usage

data "oci_cloud_bridge_assets" "test_assets" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	asset_id = oci_cloud_bridge_asset.test_asset.id
	asset_type = var.asset_asset_type
	display_name = var.asset_display_name
	external_asset_key = var.asset_external_asset_key
	inventory_id = oci_cloud_bridge_inventory.test_inventory.id
	source_key = var.asset_source_key
	state = var.asset_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Asset Reference

The following attributes are exported: