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

chore(release): 3.2.1 [skip ci]

## [3.2.1](https://gitlab.com/to-be-continuous/terraform/compare/3.2.0...3.2.1) (2022-10-19)

### Bug Fixes

* -var and -var-file options cannot be used when applying a saved plan ([7a345dea](https://gitlab.com/to-be-continuous/terraform/commit/7a345dea00c29c9cbef68e0a8057229ec3ee586d))
parent d98f545d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/terraform/compare/3.2.0...3.2.1) (2022-10-19)


### Bug Fixes

* -var and -var-file options cannot be used when applying a saved plan ([7a345de](https://gitlab.com/to-be-continuous/terraform/commit/7a345dea00c29c9cbef68e0a8057229ec3ee586d))

# [3.2.0](https://gitlab.com/to-be-continuous/terraform/compare/3.1.0...3.2.0) (2022-10-18)


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

@@ -497,11 +497,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '3.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-terraform.yml'
  # Vault variant
  - project: 'to-be-continuous/terraform'
    ref: '3.2.0'
    ref: '3.2.1'
    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: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.2.0" ]
      command: ["--service", "terraform", "3.2.1" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.2.0" ]
      command: ["--service", "terraform", "3.2.1" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE