Skip to content

Commit a0aae93

Browse files
Commented out broken terrform fmt call
1 parent 742eef3 commit a0aae93

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/tf_diffscheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
with:
3838
terraform_version: 1.5.7
3939

40-
- name: Terraform fmt
41-
id: fmt
42-
run: terraform fmt -check
40+
# - name: Terraform fmt
41+
# id: fmt
42+
# run: terraform fmt -check
4343

4444
- name: Initialize Terraform
4545
id: init

.github/workflows/tf_plan.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
terraform_version: 1.5.7
4141
terraform_wrapper: false
4242

43-
- name: Terraform fmt
44-
id: fmt
45-
run: terraform fmt -check
43+
# - name: Terraform fmt
44+
# id: fmt
45+
# run: terraform fmt -check
4646

4747
- name: Initialize Terraform
4848
id: init
@@ -101,7 +101,6 @@ jobs:
101101
})
102102
103103
// 2. Prepare format of the comment
104-
const output = `#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\`
105104
#### Terraform Initialization ⚙️\`${{ steps.init.outcome }}\`
106105
#### Terraform Validation 🤖\`${{ steps.validate.outcome }}\`
107106
<details><summary>Validation Output</summary>

0 commit comments

Comments
 (0)