Skip to content

Commit

Permalink
Merge pull request #4 from dxw/add-s3-backend
Browse files Browse the repository at this point in the history
Add S3 backend
  • Loading branch information
Stretch96 authored Nov 6, 2023
2 parents 5780608 + 69056bf commit d7ca272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
DOTFILE_VERSION=$(cat .terraform-version)
echo "version=$DOTFILE_VERSION" >> $GITHUB_OUTPUT
- name: Remove AWS backend
run: rm ./backend.tf

- name: Pull Terraform image
run: |
docker pull hashicorp/terraform:${{ steps.get-terraform-version.outputs.version }}
Expand Down
3 changes: 3 additions & 0 deletions backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
backend "s3" {}
}

0 comments on commit d7ca272

Please sign in to comment.