Commit beaba321 authored by Aurelien's avatar Aurelien Committed by Thibaud-Vdb
Browse files

chore(template): resolve broken links in gitlab-terraform templates,...

chore(template): resolve broken links in gitlab-terraform templates, phpunit_test, serverless_deploy and sls_scan
parent f807dc37
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.5.2] - 2024-01-31
* Fix broken documentation links

## [0.5.1] - 2023-02-28
* Fix broken documentation links

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ This job will apply all the changes set by `gitlab-terraform_plan` in the file `
## Variables

!!! info
    All variables can be set using [Gitlab CI/CD variables](https://docs.gitlab.com/ee/ci/variables/README.html) to avoid exposing them in clear in your `.gitlab-ci.yml`. This is **HIGHLY** recommended for sensitive credential variables such as cloud providers tokens and passwords
    All variables can be set using [Gitlab CI/CD variables](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html) to avoid exposing them in clear in your `.gitlab-ci.yml`. This is **HIGHLY** recommended for sensitive credential variables such as cloud providers tokens and passwords

!!! warning
    This job use `TF_ROOT` which is a global variable and must be defined in your `.gitlab-ci.yml`
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.5.2] - 2024-01-31
* Fix broken documentation links

## [0.5.1] - 2023-02-28
* Fix broken documentation links

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ This job will initialize a working directory containing Terraform configuration
## Variables

!!! info
    All variables can be set using [Gitlab CI/CD variables](https://docs.gitlab.com/ee/ci/variables/README.html) to avoid exposing them in clear in your `.gitlab-ci.yml`. This is **HIGHLY** recommended for sensitive credential variables such as cloud providers tokens and passwords
    All variables can be set using [Gitlab CI/CD variables](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html) to avoid exposing them in clear in your `.gitlab-ci.yml`. This is **HIGHLY** recommended for sensitive credential variables such as cloud providers tokens and passwords

!!! warning
    This job use `TF_ROOT` which is a global variable and must be defined in your `.gitlab-ci.yml`
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.2.1] - 2024-01-31
* Fix broken documentation links

## [1.2.0] - 2023-04-03
* Change docker image to `bitnami/laravel`
* Add `PHPUNIT_VERSION` variable
Loading