Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 24, 2024
1 parent 7d26bf3 commit 2e8f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/s3-website/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module "cloudflare" {
var.subdomain == "www" ? [
{
name = "@"
value = module.root_bucket.website_endpoint
value = module.root_bucket[0].website_endpoint
}
] : []
)
Expand Down

0 comments on commit 2e8f6fa

Please sign in to comment.