Skip to content

Commit

Permalink
Modify backend_config.tf: change bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyeh1995 committed Jul 6, 2024
1 parent c5ac405 commit 59ebdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend_config.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
backend "s3"{
bucket = "resume-backend-terrafor-state-bucket"
bucket = "resume-backend-terraform-state-bucket"
key = "terraform.tfstate"
region = "us-east-2"
dynamodb_table = "terraform-state-lock"
}
}
}

0 comments on commit 59ebdaa

Please sign in to comment.