Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in google_iap_settings docs #20699

Open
mmtevelde opened this issue Dec 16, 2024 · 0 comments
Open

Typo in google_iap_settings docs #20699

mmtevelde opened this issue Dec 16, 2024 · 0 comments

Comments

@mmtevelde
Copy link

mmtevelde commented Dec 16, 2024

What kind of contribution is this issue about?

Other (specify in details)

Details

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iap_settings

In the argument reference,

projects/{projects_id}/iap_web/compute-{region}/service/{service_id}

should be changed to

projects/{projects_id}/iap_web/compute-{region}/services/{service_id}

The example usage already has the correct format with services plural.

I am assuming these also need to be services, but I didn't test those myself

projects/{projects_id}/iap_web/compute/service/{service_id}
projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}

References

No response

b/384508342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants