Skip to content

Commit 3136506

Browse files
committed
add www
1 parent 12493d3 commit 3136506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ resource "aws_route53_zone" "primary" {
156156

157157
resource "aws_route53_record" "www" {
158158
zone_id = aws_route53_zone.primary.zone_id
159-
name = "attendunce.click"
159+
name = "www.attendunce.click"
160160
type = "CNAME"
161161
ttl = "300"
162162
records = ["https://${aws_api_gateway_rest_api.api.id}.execute-api.eu-central-1.amazonaws.com/${aws_api_gateway_deployment.deployment.stage_name}"]

0 commit comments

Comments
 (0)