hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Add a summary page for Google Cloud NetApp Volumes resource #19766

Open girigani24 opened 1 month ago

girigani24 commented 1 month ago

Community Note

Hello,

This is regarding Google Cloud NetApp Volumes (GCNV) resources in Terraform.

Currently, there is no direct link given to GCNV. The user has to type NetApp in the "search" field to find GCNV. If there is a direct link provided to GCNV resources, it would be helpful to add in our internal documentation and this would guide the users straight to the required resource.

Please do the needful.

Thanks Satish G

Terraform Version & Provider Version(s)

Terraform vX.X.X on

Affected Resource(s)

google_Google Cloud NetApp Volumes

Terraform Configuration

Debug Output

No response

Expected Behavior

There should be a direct link for Google Cloud NetApp Volumes for a better navigation.

Actual Behavior

The link is provided to the resources nested under Google Cloud NetApp Volumes.

Steps to reproduce

  1. terraform apply

Important Factoids

No response

References

No response

b/373407462

ggtisc commented 1 month ago

Hi @girigani24!

It already exists, this is the URL: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/netapp_volume

girigani24 commented 1 month ago

Hello,

I am actually looking for a link in the highlighted area in the attached screenshot.

Thanks Satish [image: image.png]

On Thu, Oct 10, 2024 at 1:33 AM ggtisc @.***> wrote:

Hi @girigani24 https://github.com/girigani24!

It already exists, this is the URL: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/netapp_volume

— Reply to this email directly, view it on GitHub https://github.com/hashicorp/terraform-provider-google/issues/19766#issuecomment-2403330805, or unsubscribe https://github.com/notifications/unsubscribe-auth/BL4OVQOHY2P3M6JF2R5ISWLZ2WD2HAVCNFSM6AAAAABPPJRLDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBTGMZTAOBQGU . You are receiving this because you were mentioned.Message ID: <hashicorp/terraform-provider-google/issues/19766/2403330805 @.***>

rileykarson commented 1 month ago

@girigani24 could you share the screenshot directly through GitHub? That didn't seem to render.

girigani24 commented 1 month ago

Attached the screenshot for your reference. I need the link to be added for red box. Screenshot 2024-10-10 4 37 08 PM

rileykarson commented 1 month ago

Thank you! I understand this to mean that you'd like a summary page for the product within the provider, rather than needing to link to the list of resources individually.

/cc @SarahFrench, I've kicked this back to triage, but this will likely end up being a HashiCorp request rather than anything provider-specific so sharing to short-circuit a bit.

SarahFrench commented 1 month ago

Yeah, this would be a feature request to the Registry team and not something we have control over. An intermediate we could make would be a page in the Guides section (that is generated by MMv1) where we list all resources/data sources grouped by their service

girigani24 commented 1 month ago

@rileykarson , you are right about my requirement. At first, I want to guide the user to the product and then to its resources. Thank you for the support. @SarahFrench , thank you!!