Commit 4e858817 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 4ecf4e58
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.4.3](https://gitlab.com/to-be-continuous/terraform/compare/2.4.2...2.4.3) (2022-04-27)


### Bug Fixes

* avoid merge request pipelines ([4ecf4e5](https://gitlab.com/to-be-continuous/terraform/commit/4ecf4e5826e745dd6a2d401dd4c2a71a97ac1598))

## [2.4.2](https://gitlab.com/to-be-continuous/terraform/compare/2.4.1...2.4.2) (2022-02-24)


+3 −3
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/terraform'
    ref: '2.4.2'
    ref: '2.4.3'
    file: '/templates/gitlab-ci-terraform.yml'
```

@@ -446,11 +446,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '2.4.2'
    ref: '2.4.3'
    file: '/templates/gitlab-ci-terraform.yml'
  # Vault variant
  - project: 'to-be-continuous/terraform'
    ref: '2.4.2'
    ref: '2.4.3'
    file: '/templates/gitlab-ci-terraform-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.tf-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "terraform", "2.4.2" ]
      command: ["--service", "terraform", "2.4.3" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.4.2"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.4.3"; fi
  unscope_variables
  eval_secrets
  
@@ -516,7 +516,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "terraform", "2.4.2" ]
      command: ["--service", "terraform", "2.4.3" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE