Commit 7e1b8eab authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2c5b66dd
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# [3.8.0](https://gitlab.com/to-be-continuous/terraform/compare/3.7.0...3.8.0) (2023-03-11)


### Bug Fixes

* **workspace:** unset $TF_WORKSPACE to avoid conflict with Terraform ([28c128e](https://gitlab.com/to-be-continuous/terraform/commit/28c128e8993ba19221bad252f935a8e29e24603a))


### Features

* **workspace:** select or create ([d94c4b0](https://gitlab.com/to-be-continuous/terraform/commit/d94c4b0ce58fa064c2eeda445e3aee350e0a8a96))
* **workspace:** support auto value ([ae5fbdf](https://gitlab.com/to-be-continuous/terraform/commit/ae5fbdf1a151b09e7c1d80fb16f2d7011246f0d3))

# [3.7.0](https://gitlab.com/to-be-continuous/terraform/compare/3.6.3...3.7.0) (2023-03-10)


+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: '3.7.0'
    ref: '3.8.0'
    file: '/templates/gitlab-ci-terraform.yml'
```

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

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

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