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

chore(release): 3.9.1 [skip ci]

parent 6f31c440
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.9.1](https://gitlab.com/to-be-continuous/terraform/compare/3.9.0...3.9.1) (2023-04-27)


### Bug Fixes

* **tflint:** add recursive option to default args ([b5270f7](https://gitlab.com/to-be-continuous/terraform/commit/b5270f7d9b4b6a1b73d16f773a1ffa7d2db346c0))

# [3.9.0](https://gitlab.com/to-be-continuous/terraform/compare/3.8.0...3.9.0) (2023-03-20)


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

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

variables:
@@ -620,11 +620,11 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '3.9.0'
    ref: '3.9.1'
    file: '/templates/gitlab-ci-terraform.yml'
  # `Google Cloud` variant
  - project: 'to-be-continuous/terraform'
    ref: '3.9.0'
    ref: '3.9.1'
    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.9.0" ]
      command: ["--service", "terraform", "3.9.1" ]
    - 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.9.0" ]
      command: ["--service", "terraform", "3.9.1" ]
    - 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.9.0" ]
      command: ["--service", "terraform", "3.9.1" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE