Skip to content

Commit

Permalink
Terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Likkan Chung committed Oct 29, 2023
1 parent dc03afc commit 79def3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "aws_s3_bucket_website_configuration" "dev-s3-static-website-config" {
}
}

resource "aws_s3_object" "dev-s3-static-website-files" {
resource "aws_s3_bucket_object" "dev-s3-static-website-files" {
bucket = aws_s3_bucket.dev-s3-static-website.id

for_each = fileset("./frontend/", "**")
Expand Down

0 comments on commit 79def3b

Please sign in to comment.