Skip to content

Commit

Permalink
🔥 Remove S3 backup
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Oct 20, 2024
1 parent 43c3fb2 commit b71ece9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 35 deletions.
35 changes: 13 additions & 22 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions terraform/backend.tf

This file was deleted.

8 changes: 0 additions & 8 deletions terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ provider "github" {
}

terraform {
backend "s3" {
region = "us-east-1"
bucket = "pennlabs-terraform"
key = "terraform.tfstate"
dynamodb_table = "pennlabs-terraform-lock"
encrypt = "true"
}

required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit b71ece9

Please sign in to comment.