Data Source: oci_cloud_migrations_target_assets

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

Returns a list of target assets.

Example Usage

data "oci_cloud_migrations_target_assets" "test_target_assets" {

	#Optional
	display_name = var.target_asset_display_name
	migration_plan_id = oci_cloud_migrations_migration_plan.test_migration_plan.id
	state = var.target_asset_state
	target_asset_id = oci_cloud_migrations_target_asset.test_target_asset.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

TargetAsset Reference

The following attributes are exported: