Loading templates/gitlab-ci-terraform-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .tf-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "terraform", "2.4.3" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" templates/gitlab-ci-terraform.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (can be overridden) TF_IMAGE: "hashicorp/terraform:light" TF_TFSEC_IMAGE: "tfsec/tfsec-ci" Loading Loading @@ -496,7 +499,7 @@ stages: name: "$TF_IMAGE" entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "terraform", "2.4.3" ] before_script: # set environment context (before unscope_variables) Loading Loading
templates/gitlab-ci-terraform-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .tf-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "terraform", "2.4.3" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider"
templates/gitlab-ci-terraform.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (can be overridden) TF_IMAGE: "hashicorp/terraform:light" TF_TFSEC_IMAGE: "tfsec/tfsec-ci" Loading Loading @@ -496,7 +499,7 @@ stages: name: "$TF_IMAGE" entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "terraform", "2.4.3" ] before_script: # set environment context (before unscope_variables) Loading