From 7e8753521c059ec55fa4d7728cba23a487361c0a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:47:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/readme.yml | 2 +- .github/workflows/tflint.yml | 2 +- .gitignore | 2 +- LICENSE | 2 +- README.md | 12 ++++++------ README.yaml | 2 +- docs/io.md | 1 - examples/main.tf | 2 +- examples/versions.tf | 2 +- main.tf | 2 +- output.tf | 2 +- variables.tf | 2 +- versions.tf | 2 +- 13 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 444164d..c4a5793 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -12,4 +12,4 @@ jobs: uses: clouddrove/github-shared-workflows/.github/workflows/readme.yml@master secrets: TOKEN : ${{ secrets.GITHUB }} - SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} \ No newline at end of file + SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} diff --git a/.github/workflows/tflint.yml b/.github/workflows/tflint.yml index ee98182..71a6fc4 100644 --- a/.github/workflows/tflint.yml +++ b/.github/workflows/tflint.yml @@ -8,4 +8,4 @@ jobs: tf-lint: uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master secrets: - GITHUB: ${{ secrets.GITHUB }} \ No newline at end of file + GITHUB: ${{ secrets.GITHUB }} diff --git a/.gitignore b/.gitignore index 81e3377..cfb83af 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ .idea *.iml *.terraform.lock.hcl -*.terraform.tfstate.lock.info \ No newline at end of file +*.terraform.tfstate.lock.info diff --git a/LICENSE b/LICENSE index b1d795e..f206edb 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index c061862..e395ebe 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@