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.35k stars 1.75k forks source link

[Doc] Link broken under "runtime_api_version" in google_app_engine_flexible_app_version #6207

Open edwardmedia opened 4 years ago

edwardmedia commented 4 years ago

Community Note

Terraform Version

Affected Resource(s)

Terraform Configuration Files

Debug Output

Panic Output

Expected Behavior

The link, https://cloud.google.com/appengine/docs/standard//config/appref, under runtime_api_version should display the right doc. https://www.terraform.io/docs/providers/google/r/app_engine_flexible_app_version.html

Actual Behavior

The link is broken

Steps to Reproduce

  1. terraform apply

Important Factoids

References

b/374162290

danawillow commented 4 years ago

@edwardmedia do you want to propose a PR to fix this? Since it has the 'bug' label, it doesn't show up during Monday triage.

kobayashi commented 4 years ago

I came across this issue. I would like to take this. Is it better to describe about each runtime like python2,3 go etc or put The App Engine standard environment page ?

ggtisc commented 3 months ago

@edwardmedia Could you please send an image to show from where you are taking this link(https://cloud.google.com/appengine/docs/standard//config/appref)?

Also I have noticed that strangely the URL has double // after the standard word and before the config word. Have you copied the URL correctly? because when I used the URl like this https://cloud.google.com/appengine/docs/standard/reference/app-yaml?tab=python it redirects to an available source while the other one results in a 404 page.