parameterizing load balancer public ip
This commit is contained in:
parent
39982e516d
commit
76a47b55a1
@ -10,3 +10,10 @@ resource vultr_dns_record sample_dns {
|
||||
# data = vultr_kubernetes.athens.ip
|
||||
type = "A"
|
||||
}
|
||||
|
||||
resource vultr_dns_record hello_dns {
|
||||
domain = vultr_dns_domain.temprah_lab.id
|
||||
name = "hello"
|
||||
data = "45.32.68.232"
|
||||
type = "A"
|
||||
}
|
||||
|
@ -38,4 +38,7 @@ variable lab_domain {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable lb_ip4 {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user