oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
758 stars 676 forks source link

Documentation for version < 4.67.3? #1561

Open Sneedes opened 2 years ago

Sneedes commented 2 years ago

Having issues finding/using documentation for older releases of the Terraform OCI Provider.

https://registry.terraform.io/providers/oracle/oci/latest/docs I used to be able to select the desired version of the provider. Such as a historically old version 4.46.0.
Currently, I only have the following versions available:

https://github.com/oracle/terraform-provider-oci/releases There's not even a release for 4.67.3? Seems to correlate with a possible change in PR/release processes with this GitHub.

Appears to have started with releases by @tf-oci-pub

ICTtraining commented 2 years ago

This happens since the OCI provider was moved from hashicorp/oci to oracle/oci (v4.69.x). Adjust the provider configuration block in your terraform code and it will work with the newer versions.

BUT: The OCI provider disappeared completely from the Terraform Registry pages, see https://registry.terraform.io/browse/providers, where it was featured within the top 6 providers until this change. It's also no longer listed under the categories on the left side. This should get fixed asap, in my opinion.

ravinitp commented 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.