Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent a1a3432 commit feec48a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ terraform {
version = "~> 4.16"
}
}
backend "s3" {}
backend "s3" {
bucket = "www.getstronger.co"
}

# backend "s3" {
# bucket = "getstronger-terraform-state" # Replace with your bucket name
Expand Down

0 comments on commit feec48a

Please sign in to comment.