Skip to content

Commit

Permalink
s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent 54368fa commit 00b51b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions infra/s3.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# resource "aws_s3_bucket" "vue_js_bucket" {
# bucket = var.bucket_name
#
# lifecycle {
# prevent_destroy = true
# }
# }
resource "aws_s3_bucket" "vue_js_bucket" {
bucket = "www.getstronger.co"

# lifecycle {
# prevent_destroy = true
# }
}
#
# resource "aws_s3_bucket_website_configuration" "vue_js_bucket" {
# bucket = aws_s3_bucket.vue_js_bucket.id
Expand Down

0 comments on commit 00b51b9

Please sign in to comment.