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

The "get started tutorials" link in the provider documentation leads to a 404 error page. #2140

Open webgtx opened 4 months ago

webgtx commented 4 months ago

affected_resource = terraform

https://registry.terraform.io/providers/oracle/oci/latest/docs

image

Once you click on "get started tutorials", you will see this.

image

tf-oci-pub commented 4 months 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.

webgtx commented 3 months ago

affected_resource = terraform

atsaloli commented 3 months ago

I ran into the same issue, @tf-oci-pub

You can duplicate this issue by going to https://registry.terraform.io/providers/oracle/oci/latest/docs and selecting the "get started tutorials" link which takes you to the "not found" page.