Skip to content

Commit

Permalink
Modify backend_config.tf: fix bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyeh1995 committed Jul 6, 2024
1 parent 8b7e5d4 commit 3ef4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_config.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
backend "s3"{
bucket = "resume_backend_terrafor_state_bucket"
bucket = "resume-backend-terrafor-state-bucket"
key = "terraform.tfstate"
region = "us-east-2"
dynamodb_table = "terraform-state-lock"
Expand Down

0 comments on commit 3ef4868

Please sign in to comment.