Skip to content

Commit

Permalink
fix output for public-site module
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Feb 14, 2022
1 parent a074749 commit af487e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/terraform/modules/public-site/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ output "bucket" {
}

output "url" {
value = aws_s3_bucket.public.website_endpoint
value = aws_s3_bucket_website_configuration.public.website_endpoint
}

0 comments on commit af487e8

Please sign in to comment.