Adding DNS entry for VKE LB
This commit is contained in:
parent
fc897bdd0e
commit
778b995980
@ -37,6 +37,7 @@ locals {
|
||||
{ name = "www.shockrah.xyz", records = [ var.vultr_host ] },
|
||||
{ name = "resume.shockrah.xyz", records = [ var.vultr_host ] },
|
||||
{ name = "git.shockrah.xyz", records = [ var.vultr_host ] },
|
||||
{ name = "example.shockrah.xyz", records = [ var.vke_lb ] },
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -26,3 +26,7 @@ variable "vultr_host" {
|
||||
description = "IP of the temp Vultr host"
|
||||
}
|
||||
|
||||
variable "vke_lb" {
|
||||
type = string
|
||||
description = "IP of our VKE load balancer"
|
||||
}
|
||||
|
@ -1 +1,2 @@
|
||||
vultr_host = "45.32.83.83"
|
||||
vke_lb = "140.82.21.106"
|
||||
|
Loading…
Reference in New Issue
Block a user