add prerequisite hack in main.tf to enable replacing the ip [ci skip]
This commit is contained in:
parent
b874047a74
commit
a54d0777a9
1 changed files with 2 additions and 1 deletions
3
main.tf
3
main.tf
|
|
@ -236,7 +236,8 @@ module "kubernetes_cluster" {
|
|||
wireguard_firewall_sh = var.wireguard_firewall_sh
|
||||
hackmd_db_password = var.hackmd_db_password
|
||||
|
||||
bind_db_viktorbarzin_me = var.bind_db_viktorbarzin_me
|
||||
# using the following hack to dynamically update dns from outside
|
||||
bind_db_viktorbarzin_me = replace(var.bind_db_viktorbarzin_me, "85.130.108.6", "85.130.108.6")
|
||||
bind_db_viktorbarzin_lan = var.bind_db_viktorbarzin_lan
|
||||
bind_named_conf_options = var.bind_named_conf_options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue