Support for latest:^0.12 #299
Replies: 2 comments 4 replies
-
Hi @merajshaikh I am not sure if I am following. |
Beta Was this translation helpful? Give feedback.
0 replies
-
By any chance what this notation means in terms of TF version? Latest in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
i have .terrform-version file which says "latest:^0.12"
which is not supported directly and I have to manually shift to the 0.12.31 version
does anyone know how can I work with this?
I can't change this to 0.12.31 as my ci/cd pipeline uses tfenv and complains about this and says it should be now formatted like this "latest:^0.12"
ERROR: Pinned terraform version needs to be in the format 'latest:^',
e.g. 'latest:^0.12'.
Beta Was this translation helpful? Give feedback.
All reactions