You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tf-diff-checks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
2
2
---
3
3
4
-
## [Terraform plan PR Diff Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/tf-pr-checks.yml)
4
+
## [Terraform plan PR Diff Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/tf-diff-checks.yml)
5
5
6
-
This workflow automatically run a terraform plan command for the PR and for the master and generate a comparison between them. It utilizes the workflows defined in `.github/workflows/tf-pr-checks.yaml`.
6
+
This workflow automatically run a terraform plan command for the PR and for the master and generate a comparison between them. It utilizes the workflows defined in `.github/workflows/tf-diff-checks.yaml`.
0 commit comments