Skip to content

Refactor Terraform-Module Base to use curl image

Sarah Matthies requested to merge terraform-module-curl-image into master

What does this MR do and why?

As discussed in !168665 (comment 2151680336) the current Terraform Module template still uses a terraform image, which will not be updated anymore.

Instead of using the terraform image, the curl image as suggested will be used.

Additionally, a TAR_FILENAME variable as well as a UPLOAD_URL variable were defined to make the template easier to comprehend and dispose duplicate definition of the name.

The usage of the template was not altered therefor no changelog was added.

%{first_multiline_commit}

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Sarah Matthies

Merge request reports

Loading