Skip to content

.gitlab-ci.yml: Add "set -eu -o pipefail" to terraform-init job

Ahmon Dancy requested to merge main-Ib44465513cf6f20bfa25254c584c5ed6d2173fdc into main

So that it and other jobs that inherit from it will have proper exit
status and undefined variable checking.

Merge request reports