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

Documentation for version < 4.67.3?

Open Sneedes opened this issue 2 years ago • 1 comments

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:

  • 4.69.0
  • 4.68.0
  • 4.67.3

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

Sneedes avatar Mar 25 '22 21:03 Sneedes

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.

ICTtraining avatar Apr 26 '22 11:04 ICTtraining

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.

ravinitp avatar Apr 11 '23 13:04 ravinitp