We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12493d3 commit 3136506Copy full SHA for 3136506
deployments/main.tf
@@ -156,7 +156,7 @@ resource "aws_route53_zone" "primary" {
156
157
resource "aws_route53_record" "www" {
158
zone_id = aws_route53_zone.primary.zone_id
159
- name = "attendunce.click"
+ name = "www.attendunce.click"
160
type = "CNAME"
161
ttl = "300"
162
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