Skip to content

Commit bbb8638

Browse files
authored
Point all client records to zeit alias (#119)
1 parent 2ad26c0 commit bbb8638

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dns/operationcode.org/records.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
resource "dnsimple_record" "root" {
22
domain = "${var.hosted-zone}"
33
name = ""
4-
type = "URL"
5-
value = "www.operationcode.org"
4+
type = "ALIAS"
5+
value = "alias.zeit.co"
66
}
77

88
resource "dnsimple_record" "www" {

0 commit comments

Comments
 (0)