Update public ip and ns records
This commit is contained in:
parent
46fe7b1e48
commit
badf3af997
1 changed files with 2 additions and 1 deletions
3
main.tf
3
main.tf
|
|
@ -237,7 +237,7 @@ module "kubernetes_cluster" {
|
||||||
hackmd_db_password = var.hackmd_db_password
|
hackmd_db_password = var.hackmd_db_password
|
||||||
|
|
||||||
# using the following hack to dynamically update dns from outside
|
# 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.66")
|
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_db_viktorbarzin_lan = var.bind_db_viktorbarzin_lan
|
||||||
bind_named_conf_options = var.bind_named_conf_options
|
bind_named_conf_options = var.bind_named_conf_options
|
||||||
|
|
||||||
|
|
@ -284,3 +284,4 @@ module "kubernetes_cluster" {
|
||||||
finance_app_db_connection_string = var.finance_app_db_connection_string
|
finance_app_db_connection_string = var.finance_app_db_connection_string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue