Skip to content

Commit

Permalink
Add the consul_config_entry_service_defaults resource (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashesh Vidyut <[email protected]>

Co-authored-by: Rémi Lapeyre <[email protected]>
  • Loading branch information
absolutelightning and remilapeyre committed Oct 25, 2023
1 parent fe9f1cd commit 19badf7
Show file tree
Hide file tree
Showing 6 changed files with 1,726 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
sudo unzip tfplugindocs_0.16.0_linux_amd64.zip tfplugindocs -d /usr/local/bin
rm -f tfplugindocs_0.16.0_linux_amd64.zip
- name: Generate the documentation
run: tfplugindocs generate --ignore-deprecated true
run: |
terraform fmt -recursive .
tfplugindocs generate --ignore-deprecated true
- name: Fail if repository has changes
run: |
git status --short
Expand Down
Loading

0 comments on commit 19badf7

Please sign in to comment.