Skip to content

Commit b40e290

Browse files
authored
Merge branch 'master' into test-logs/errors
2 parents 643f733 + 3bb6f6b commit b40e290

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

.github/workflows/smurf_docker_helm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ jobs:
305305

306306
- name: Docker Image Tag
307307
if: inputs.docker_push == 'true'
308+
308309
uses: clouddrove/smurf@v1.1.3
309310
with:
310311
tool: sdkr
@@ -404,6 +405,7 @@ jobs:
404405

405406
- name: Helm Plugin
406407
if: inputs.helm_plugin_install == 'true'
408+
407409
uses: clouddrove/smurf@v1.1.3
408410
with:
409411
tool: selm
@@ -486,6 +488,7 @@ jobs:
486488

487489
- name: Helm Rollback
488490
uses: clouddrove/smurf@v1.1.3
491+
489492
with:
490493
tool: selm
491494
command: >-

.github/workflows/smurf_terraform.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@ jobs:
8989
terraform_version: '${{ inputs.terraform_version }}'
9090

9191
- name: Terraform Format
92-
uses: clouddrove/smurf@v1.1.1
92+
uses: clouddrove/smurf@v1.1.2
9393
with:
9494
tool: stf
9595
command: format -r
9696

9797
- name: Terraform Init
98-
uses: clouddrove/smurf@v1.1.1
98+
uses: clouddrove/smurf@v1.1.2
9999
with:
100100
tool: stf
101101
command: 'init --dir=${{ inputs.terraform_directory }}'
102102

103103
- name: Terraform Validate
104-
uses: clouddrove/smurf@v1.1.1
104+
uses: clouddrove/smurf@v1.1.2
105105
with:
106106
tool: stf
107107
command: 'validate --dir=${{ inputs.terraform_directory }}'
@@ -157,13 +157,13 @@ jobs:
157157
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
158158

159159
- name: Terraform Init
160-
uses: clouddrove/smurf@v1.1.1
160+
uses: clouddrove/smurf@v1.1.2
161161
with:
162162
tool: stf
163163
command: 'init --dir=${{ inputs.terraform_directory }}'
164164

165165
- name: Terraform Plan
166-
uses: clouddrove/smurf@v1.1.1
166+
uses: clouddrove/smurf@v1.1.2
167167
with:
168168
tool: stf
169169
command: 'plan --dir=${{ inputs.terraform_directory }}'
@@ -178,7 +178,7 @@ jobs:
178178
issue-title: Terraform Plan for Infrastructure Update
179179

180180
- name: Terraform Apply
181-
uses: clouddrove/smurf@v1.1.1
181+
uses: clouddrove/smurf@v1.1.2
182182
with:
183183
tool: stf
184184
command: 'apply --auto-approve --dir=${{ inputs.terraform_directory }}'
@@ -195,7 +195,7 @@ jobs:
195195
terraform_version: '${{ inputs.terraform_version }}'
196196

197197
- name: Terraform Destroy
198-
uses: clouddrove/smurf@v1.1.1
198+
uses: clouddrove/smurf@v1.1.2
199199
with:
200200
tool: stf
201201
command: 'destroy --auto-approve --dir=${{ inputs.terraform_directory }}'

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
# The terraform fmt command is used to format your configuration files into a canonical format and style
9595
- name: 'Terraform Format'
96-
uses: 'dflook/terraform-fmt-check@v1'
96+
uses: 'dflook/terraform-fmt-check@v2'
9797
with:
9898
actions_subcommand: 'fmt'
9999

@@ -110,7 +110,7 @@ jobs:
110110

111111
# The terraform validate command validates the configuration files in a directory, referring only to the configuration
112112
- name: 'Terraform validate'
113-
uses: dflook/terraform-validate@v1
113+
uses: dflook/terraform-validate@v2
114114
with:
115115
tf_actions_working_dir: ${{ inputs.working_directory }}
116116

.github/workflows/terraform_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: 'Terraform Format'
181181
if: ${{ inputs.destroy != true }}
182182
id: fmt
183-
uses: 'dflook/terraform-fmt-check@v1'
183+
uses: 'dflook/terraform-fmt-check@v2'
184184
with:
185185
actions_subcommand: 'fmt'
186186
path: ${{ inputs.working_directory }}
@@ -193,7 +193,7 @@ jobs:
193193
- name: 'Terraform validate'
194194
if: ${{ inputs.destroy != true }}
195195
id: validate
196-
uses: dflook/terraform-validate@v1
196+
uses: dflook/terraform-validate@v2
197197
with:
198198
path: ${{ inputs.working_directory }}
199199

0 commit comments

Comments
 (0)