We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
google_iap_settings
Other (specify in 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.
services
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}
No response
b/384508342
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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,
should be changed to
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 myselfReferences
No response
b/384508342
The text was updated successfully, but these errors were encountered: