mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-23 09:28:09 +00:00
add missing trailing dot to cname
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
dcf66cd102
commit
13d1538c4c
@ -88,5 +88,5 @@ resource "gandi_zonerecord" "main" {
|
||||
name = var.stage
|
||||
type = "CNAME"
|
||||
ttl = 3600
|
||||
values = [data.aws_elb.main.dns_name]
|
||||
values = ["${data.aws_elb.main.dns_name}."]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user