Skip to content

Commit

Permalink
add reusable terraform graph workflow and remove obsolete pr commenter
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfleas committed Feb 2, 2024
1 parent f417740 commit 37d52cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
jobs:
terraform-format-test:
uses: ./.github/workflows/terraform_format.yml
tfsec-pr-commenter:
uses: ./.github/workflows/tfsec_pr_commenter.yml
terraform-graph:
uses: synapsestudios/.github/.github/workflows/tf-graph.yml@master
with:
terraform_version: "1.3.7"
terraform-docs:
needs: [terraform-format-test, tfsec-pr-commenter]
needs: [terraform-format-test, terraform-graph]
uses: ./.github/workflows/documentation.yml

0 comments on commit 37d52cb

Please sign in to comment.