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

chore(release): 2.1.1 [skip ci]

parent e7104f8a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.1](https://gitlab.com/to-be-continuous/terraform/compare/2.1.0...2.1.1) (2021-10-07)


### Bug Fixes

* use master or main for production env ([fb622a1](https://gitlab.com/to-be-continuous/terraform/commit/fb622a1a34d5d77d4de4e472e77ebdb50977999d))

# [2.1.0](https://gitlab.com/to-be-continuous/terraform/compare/2.0.0...2.1.0) (2021-09-19)


+1 −1
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.1.0'
    ref: '2.1.1'
    file: '/templates/gitlab-ci-terraform.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -479,7 +479,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.1.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.1.1"; fi
  unscope_variables
  eval_secrets
  
@@ -499,7 +499,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "terraform", "2.1.0" ]
      command: ["--service", "terraform", "2.1.1" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE