From fc2a1db6126e8ad086ea6855c07cd4517311021b Mon Sep 17 00:00:00 2001 From: James Logan Date: Thu, 10 Oct 2024 14:39:16 -0700 Subject: [PATCH] dev --- .github/workflows/terraform-checks.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/terraform-checks.yml b/.github/workflows/terraform-checks.yml index 238e7d7..c0a2a38 100644 --- a/.github/workflows/terraform-checks.yml +++ b/.github/workflows/terraform-checks.yml @@ -21,11 +21,13 @@ jobs: uses: hashicorp/setup-terraform@v2 with: terraform_version: v1.4.0 - - name: Invoke terraform-docs + - name: Document cloud infrastructure remote state in README uses: terraform-docs/gh-actions@v1.3.0 - with: - working-dir: ./terraform/s3-remote-state - git-push: "true" + run: | + terraform-docs markdown table ./terraform/s3-remote-state + #with: + # working-dir: ./terraform/s3-remote-state + # git-push: "true" - name: Install tflint run: | curl -s https://raw.githubusercontent.com/terraform-linters/\