-
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
docs on "google_tpu_tensorflow_versions" is misleading #10009
Comments
@sairajm is this still an issue? |
@sairajm closing assuming this is no longer an issue |
@edwardmedia My apologies on such a late reply. My org recently moved to Office 365 and all of my GitHub mails have been going to trash. |
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. |
Community Note
Description
I was going through the docs in https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/tpu_tensorflow_versions and I tried to generate a plan. The plan kept complaining that the project wasn't set for "data "google_tpu_tensorflow_versions" "available".
The exact error was
The docs say that the project and zone are optional. But it looks like both of them are required.
Once I resolved the error above by adding the project, it said the same thing about zone as well.
I did notice that
data.google_tpu_tensorflow_versions.available.versions[0]
gave me the oldest version available. It would be helpful if there was a notice that says this goes in the ascending order and gave me a link to find all the versions. I had to manually increment the index until I found the right version.New or Affected Resource(s)
References
https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/tpu_tensorflow_versions
The text was updated successfully, but these errors were encountered: