Skip to content

Commit 2ad26c0

Browse files
authored
Change zeit CNAME -> ALIAS (#118)
1 parent bc4e036 commit 2ad26c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dns/operationcode.org/records.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "dnsimple_record" "root" {
88
resource "dnsimple_record" "www" {
99
domain = "${var.hosted-zone}"
1010
name = "www"
11-
type = "CNAME"
11+
type = "ALIAS"
1212
value = "alias.zeit.co"
1313
}
1414

0 commit comments

Comments
 (0)