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.25k stars 1.7k forks source link

image_version html tag doesn't work well in google_composer_environment document page #11773

Open kamillle opened 2 years ago

kamillle commented 2 years ago

Community Note

Description

image_version html tag doesn't work well that we're always led a tag for Composer 1 in google_composer_environment document page because there are two image_version tags in the page for Composer 1 and Composer 2. Does someone have any idea to make the html tag works well?

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/composer_environment#image_version

New or Affected Resource(s)

Potential Terraform Configuration

Terraform isn't involved due to the behavior of the documentation

References

b/302797053

roaks3 commented 9 months ago

Note: I believe this issue is talking about the anchor tag used for the image_version field, which always references the first instance. Because these anchors are generated by the HashiCorp provider site (based on our markdown), I don't think this can be fixed on our end. We can't change the field name, and I don't believe there is a mechanism that allows us to override the HashiCorp markdown rendering.