Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
There was an error while loading. Please reload this page.
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.