oracle-terraform-modules/terraform-oci-compute-instance

Missing: block_volume_attachement → display_name

Closed this issue · 1 comments

Missing: block_volume_attachement → display_name
kral2 commented

oci_core_volume_attachment.display_name is not updatable and not directly exposed to the user.

  • providing no information let's the system generate a value type volumeattachement<timestamp> that can be queried if needed, but attachment id is probably more usefull
  • updating the display_name triggers a force_replace.

Current decision is to not expose this argument to the module user.

If a valid use case is identified, we may revise this decision.