-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_compute_instance documentation reports the zone as being required #8027
google_compute_instance documentation reports the zone as being required #8027
Comments
On a sidenote, some resources have zone/region marked as required when it shouldn't be. All resources should infer zone/region from provider and then fail if it is empty.
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
To date (3.51.0 version of the Google Cloud provider), the documentation reports that the
zone
is a required parameter. It actually is, but if you don't specify it, the default one you set for the provider gets picked for you.Other resources that support this behavior have a different description for the
zone
orregion
arguments. Here's an example:New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: