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.
Both the web-service and service modules take the variable
versionto be passed into the task module asimage_version. With newer versions of terraform, specifyingversionin 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.