Commit 2932ccd7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.0.2 [skip ci]

parent 1ad29bee
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.0.2](https://gitlab.com/to-be-continuous/terraform/compare/5.0.1...5.0.2) (2023-11-18)


### Bug Fixes

* applying the plan from the plan job ([07c42bc](https://gitlab.com/to-be-continuous/terraform/commit/07c42bc1bfd9aefae562c9b78e5f861eb102ad14))

## [5.0.1](https://gitlab.com/to-be-continuous/terraform/compare/5.0.0...5.0.1) (2023-10-16)


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

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

variables:
@@ -670,11 +670,11 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-terraform.yml'
  # `Google Cloud` variant
  - project: 'to-be-continuous/terraform'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-terraform-gcp.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ variables:
.tf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "5.0.1" ]
      command: ["--service", "terraform", "5.0.2" ]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.tf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "5.0.1" ]
      command: ["--service", "terraform", "5.0.2" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -670,7 +670,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "5.0.1" ]
      command: ["--service", "terraform", "5.0.2" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE