File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ resource "digitalocean_record" "f_sfo3_us" {
153153# ######################################################################
154154# Services #
155155# #
156- # These services, with the exception of the legacy wiki , are all just #
157- # CNAMEs onto other machines defined above. #
156+ # These services, with the exception of the website itself , are all #
157+ # just CNAMEs onto other machines defined above. #
158158# ######################################################################
159159
160160resource "digitalocean_record" "build" {
@@ -208,9 +208,9 @@ resource "digitalocean_record" "sources" {
208208
209209resource "digitalocean_record" "wiki" {
210210 domain = digitalocean_domain. voidlinux_org . name
211- type = " A "
211+ type = " CNAME "
212212 name = " wiki"
213- value = " 148.251.199.115 "
213+ value = " e-sfo3-us.m. ${ digitalocean_domain . voidlinux_org . name } . "
214214}
215215
216216resource "digitalocean_record" "www" {
You can’t perform that action at this time.
0 commit comments