Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSLogan committed Oct 10, 2024
1 parent f56ba5c commit fc2a1db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/terraform-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/\
Expand Down

0 comments on commit fc2a1db

Please sign in to comment.