Skip to content

Commit

Permalink
Removed backend config left in error.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncollinson2001 committed Sep 9, 2024
1 parent bb6c285 commit 87ab3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
terraform_version: 1.5.0

- name: Ensure backend configuration
- name: Ensure local backend
run: |
echo 'terraform {
backend "local" {
Expand All @@ -35,7 +35,7 @@ jobs:
}' > infrastructure/backend.tf
- name: Terraform Init
run: terraform init -backend-config=backend-local.tf
run: terraform init
working-directory: infrastructure

- name: Terraform Validate
Expand Down

0 comments on commit 87ab3f5

Please sign in to comment.