Fixed linter errors
Some checks reported errors
--> Linted: ANSIBLE No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: MARKDOWN No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE Errors were detected, please view logs
Lint Code Base / run-lint (push) Failing after 36s

This commit is contained in:
Davide Oddone 2024-10-18 16:53:49 +02:00
parent 3f8c06cfe4
commit 8f56a7e2a7

View File

@ -2,10 +2,10 @@
[![Super-Linter](https://github.com/doddophonique/tah-deploy/actions/workflows/super-linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter) [![Super-Linter](https://github.com/doddophonique/tah-deploy/actions/workflows/super-linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter)
## Usage ## Usage
From the `terraform/` folder: From the `terraform/` folder:
``` ```shell
$ terraform init terraform init
$ terraform plan terraform plan
$ terraform apply terraform apply
``` ```
## Decisions and goals ## Decisions and goals