terraform-provider-oci icon indicating copy to clipboard operation
terraform-provider-oci copied to clipboard

Cannot import oci_database_vm_cluster_network resource

Open jlecerf62 opened this issue 4 months ago • 1 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version and Provider Version

Terraform v1.9.6 on darwin_arm64

  • provider registry.terraform.io/oracle/oci v6.11.0

Affected Resource(s)

oci_database_vm_cluster_network

Terraform Configuration Files

import {
    id = "ocid1.vmclusternetwork.oc1.eu-paris-1.anxxxxx"
    to = oci_database_vm_cluster_network.this
}

Debug Output

https://gist.github.com/jlecerf62/4747e1b8dab890f6bcdcc0b02276c755

Panic Output

Expected Behavior

Plan: 1 to import, 0 to add, 0 to change, 0 to destroy. and TF file should be generated

Actual Behavior

Plan: 1 to add, 0 to change, 0 to destroy. and TF file is not generated

Steps to Reproduce

tf plan -generate-config-out=generated.tf

Important Factoids

References

jlecerf62 avatar Sep 26 '24 22:09 jlecerf62