Commit 3602af1d authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 9503d862
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
# [2.8.0](https://gitlab.com/to-be-continuous/terraform/compare/2.7.1...2.8.0) (2022-06-29)


### Features

* add implicit Backend configuration ([66cf555](https://gitlab.com/to-be-continuous/terraform/commit/66cf55570075d86c5b83a09bbee65f7dba679ea4))
* add implicit tfvars support ([eada2c7](https://gitlab.com/to-be-continuous/terraform/commit/eada2c7ba899b7083e3a2efadbbac7cfbb73b2cf))

## [2.7.1](https://gitlab.com/to-be-continuous/terraform/compare/2.7.0...2.7.1) (2022-05-25)


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

@@ -465,11 +465,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '2.7.1'
    ref: '2.8.0'
    file: '/templates/gitlab-ci-terraform.yml'
  # Vault variant
  - project: 'to-be-continuous/terraform'
    ref: '2.7.1'
    ref: '2.8.0'
    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", "2.7.1" ]
      command: ["--service", "terraform", "2.8.0" ]
    - 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
@@ -557,7 +557,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "2.7.1" ]
      command: ["--service", "terraform", "2.8.0" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE