Commit 45837751 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent f26edd99
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.6.0](https://gitlab.com/to-be-continuous/terraform/compare/3.5.1...3.6.0) (2023-01-13)


### Features

* use new tfsec image as default ([8afc1e1](https://gitlab.com/to-be-continuous/terraform/commit/8afc1e1b91b355e4e362ec21bce84a13fadbec05))

## [3.5.1](https://gitlab.com/to-be-continuous/terraform/compare/3.5.0...3.5.1) (2023-01-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.5.1'
    ref: '3.6.0'
    file: '/templates/gitlab-ci-terraform.yml'
```

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ variables:
.tf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.5.1" ]
      command: ["--service", "terraform", "3.6.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.5.1" ]
      command: ["--service", "terraform", "3.6.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.5.1" ]
      command: ["--service", "terraform", "3.6.0" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE