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

chore(release): 2.7.1 [skip ci]

parent b7ece950
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.7.1](https://gitlab.com/to-be-continuous/terraform/compare/2.7.0...2.7.1) (2022-05-25)


### Bug Fixes

* install curl when not found for DELETE method ([ac6ff96](https://gitlab.com/to-be-continuous/terraform/commit/ac6ff9651867b1ddd53add17ee006a5e756cf7e9))

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


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

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