Skip to content

Commit

Permalink
Continue even if there is no S3 backend configured
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-hb committed Jan 3, 2025
1 parent 93b287c commit 868291a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quality_gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Remove S3 backend from Terraform
run: sed -i '/backend \"s3\" { /,/}/d' terraform.tf
working-directory: ./terraform
continue-on-error: true

- name: (Terraform) Initialize
run: terraform init -input=false
Expand Down

0 comments on commit 868291a

Please sign in to comment.