From 8e86d54b69547de17f13f25b856126ee18be83c3 Mon Sep 17 00:00:00 2001 From: Ante Marin Date: Mon, 25 Mar 2024 08:53:54 +0100 Subject: [PATCH] Aligned qualitygate as per terraform-docs spec --- .github/workflows/qualitygate.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qualitygate.yml b/.github/workflows/qualitygate.yml index 7e480c6..19c9c77 100644 --- a/.github/workflows/qualitygate.yml +++ b/.github/workflows/qualitygate.yml @@ -65,7 +65,8 @@ jobs: config-file: tfvars.hcl.terraform-docs.yml #output-file: terraform.tfvars.example #output-format: tfvars hcl - #output-method: inject + output-method: "" + template: "" git-push: "true" - name: Terraform-docs Regenerate terraform.json.example @@ -75,6 +76,7 @@ jobs: config-file: tfvars.json.terraform-docs.yml # output-file: terraform.json.example # output-format: tfvars json - # output-method: inject + output-method: "" + template: "" git-push: "true"