Data Source: oci_cloud_migrations_migration_plan_available_shape

This data source provides details about a specific Migration Plan Available Shape resource in Oracle Cloud Infrastructure Cloud Migrations service.

List of shapes by parameters.

Example Usage

data "oci_cloud_migrations_migration_plan_available_shape" "test_migration_plan_available_shape" {
	#Required
	migration_plan_id = oci_cloud_migrations_migration_plan.test_migration_plan.id

	#Optional
	availability_domain = var.migration_plan_available_shape_availability_domain
	compartment_id = var.compartment_id
	dvh_host_id = oci_cloud_migrations_dvh_host.test_dvh_host.id
	reserved_capacity_id = oci_cloud_migrations_reserved_capacity.test_reserved_capacity.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: