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: .github/workflows/terraform.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,14 @@ jobs:
85
85
86
86
# Checks that all Terraform configuration files adhere to a canonical format
87
87
- name: Terraform Format
88
-
run: terraform fmt -check
88
+
run: terraform fmt
89
89
90
90
# Generates an execution plan for Terraform
91
91
- name: Terraform Plan
92
-
run: terraform plan -input=false
92
+
run: terraform plan
93
93
94
94
# On push to "master", build or change infrastructure according to Terraform configuration files
95
95
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
0 commit comments