Open jstadt opened 1 year ago
Thank you for reporting the issue. We observed the affected resources are not provided in the description or it's incorrect. We request you to add it in issue description as mentioned in below format. Example: affected_resources = oci_core_instance , oci_core_instances
If it's not related to any particular resource then mention affected resource as terraform. Example: affected_resources = terraform
As this works through automation, request you to follow exact syntax.
Community Note
Terraform Version and Provider Version
N/A - public documentation
Affected Resource(s)
"oci_core_private_ips" (data source)
See #1338 which originally describes this documentation error (still present) but appears to have been bulk-closed due to age.
Per https://registry.terraform.io/providers/oracle/oci/latest/docs/data-sources/core_private_ips one example is
In this example, the VNIC Attachment ID is provided as the
vnic_id
to the data source, but this will cause a GET failure against the vnics endpoint because a vnicattachment ID is provided.Instead, the relevant line of the example should read:
per the attributes reference of https://registry.terraform.io/providers/hashicorp/oci/latest/docs/resources/core_vnic_attachment