-
Notifications
You must be signed in to change notification settings - Fork 730
Open
Labels
awaiting-affected-resourcesPlease Provide the affected resource name in description. ex. Affected resource - oci_core_instancePlease Provide the affected resource name in description. ex. Affected resource - oci_core_instancebug
Description
Hi, trying to use this resource oci_cloud_migrations_migration_asset but oci_cloud_migrations_inventory_asset Argument Reference is required and there is no documentation or examples how to use it. Or the doc is wrong and it should use a var instead of a resource as it request a OCID?
Example Usage
_resource "oci_cloud_migrations_migration_asset" "test_migration_asset" {
#Required
availability_domain = var.migration_asset_availability_domain
inventory_asset_id = oci_cloud_migrations_inventory_asset.test_inventory_asset.id
migration_id = oci_cloud_migrations_migration.test_migration.id
replication_compartment_id = oci_identity_compartment.test_compartment.id
snap_shot_bucket_name = oci_objectstorage_bucket.test_bucket.name_
The following arguments are supported:
inventory_asset_id - (Required) OCID of an asset for an inventory.
Documentation link to this asset https://docs.oracle.com/en-us/iaas/tools/terraform-provider-oci/6.31.0/docs/r/cloud_migrations_migration_asset.html
Metadata
Metadata
Assignees
Labels
awaiting-affected-resourcesPlease Provide the affected resource name in description. ex. Affected resource - oci_core_instancePlease Provide the affected resource name in description. ex. Affected resource - oci_core_instancebug