Ari Victor

Results 4 comments of Ari Victor

I've also attempted to manually install terraform docs: workflow ```shell jobs: docs: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - name: Check README.md is...

I saved the results the remote is giving me and then did a diff with my local copy: ``` diff README.md README2.md < | [google](#provider_google) | 4.84.0 | < |...

AHA! if I run `terraform-docs` without initialising terraform `terraform init` it takes the exact provider version from my terraform. If I initialise first, it uses whatever it downloads which happened...

@gsreynolds nice, so just "good luck everyone" until then?