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
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Both the web-service and service modules take the variable version to be passed into the task module as image_version. With newer versions of terraform, specifying version in a web-service or service module always results in the default: latest.
Fix would be to switch to image_version, consistent with what task uses.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Both the web-service and service modules take the variable
version
to be passed into the task module asimage_version
. With newer versions of terraform, specifyingversion
in a web-service or service module always results in the default:latest
.Fix would be to switch to
image_version
, consistent with what task uses.The text was updated successfully, but these errors were encountered: