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 95c2018 commit 74028cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/output.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "dev-s3-static-website-domain" {
value = aws_s3_bucket.dev-s3-static-website.website_domain
value = aws_s3_bucket_website_configuration.dev-s3-static-website-config.website_domain
}

output "dev-s3-static-website-endpoint" {
value = aws_s3_bucket.dev-s3-static-website.website_endpoint
value = aws_s3_bucket_website_configuration.dev-s3-static-website-config.website_endpoint
}

0 comments on commit 74028cb

Please sign in to comment.