Skip to content

Commit

Permalink
&&
Browse files Browse the repository at this point in the history
  • Loading branch information
socraticDevBlog committed Feb 18, 2024
1 parent 8880cef commit 4f29643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Terraform fmt
id: fmt
run:
cd terraform
cd terraform &&
terraform fmt -check
continue-on-error: true

Expand All @@ -50,7 +50,7 @@ jobs:
AWS_BUCKET_NAME: ${{ secrets.AWS_BUCKET_NAME_TFSTATE }}
AWS_BUCKET_KEY_NAME: ${{ secrets.AWS_TFSTATE_FILE_NAME }}
run:
cd terraform
cd terraform &&
terraform init -backend-config="bucket=${AWS_BUCKET_NAME}" -backend-config="key=${AWS_BUCKET_KEY_NAME}" -backend-config="region=${AWS_REGION}"

- name: Terraform Validate
Expand Down

0 comments on commit 4f29643

Please sign in to comment.