JanL
04/14/2023, 9:45 AM$CI_PIPELINE_IID-$CI_COMMIT_SHORT_SHA and I want to use this value then in my template which gets pushed from the same pipeline run. So I've created a terraform variable
variable "IMAGE_NAME" {
type = "string"
}
which I then use in the docker related resources.