Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 24, 2024
1 parent 0ff3455 commit e0d8d4f
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 @@ -29,7 +29,7 @@ module "cloudflare" {
dns_records = concat(
[
{
name = subdomain
name = var.subdomain
value = module.subdomain_bucket.website_endpoint
}
],
Expand Down

0 comments on commit e0d8d4f

Please sign in to comment.