You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a particular provider version 1.10.0 but the docs seem to always point to the latest. Though the breaking changes are documented , there is no way to distinguish if an attribute is available or not in the older version. It has to be trial and error always.
For example, "kms_key_self_link" introduced in "boot_disk" under "google_compute_instance". I believe it is introduced in 2.6.0. Now I can't say if this attribute is available in 2.5.0 or 1.10.0 and so on.
The text was updated successfully, but these errors were encountered:
We have brought up having docs at different versions with HashiCorp and this is potentially happening soon, please remain patient!
In the meantime, generally there are a few ways outside of documentation to view the features added per version. The easiest would be to look at the CHANGELOG.md, but sometimes a few things get left out of the CHANGELOG or aren't exactly describing the fields added. If you want to be even more specific/exact, you can always view the code at the specific release tag in the repo - for example 2.5.0
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!
ghost
locked and limited conversation to collaborators
Jul 18, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am working on a particular provider version 1.10.0 but the docs seem to always point to the latest. Though the breaking changes are documented , there is no way to distinguish if an attribute is available or not in the older version. It has to be trial and error always.
For example, "kms_key_self_link" introduced in "boot_disk" under "google_compute_instance". I believe it is introduced in 2.6.0. Now I can't say if this attribute is available in 2.5.0 or 1.10.0 and so on.
The text was updated successfully, but these errors were encountered: