add dependencies between modules
This commit is contained in:
parent
2c8a9c27bf
commit
be9fcbf448
2 changed files with 27 additions and 3 deletions
2
main.tf
2
main.tf
|
|
@ -161,4 +161,6 @@ module "kubernetes_cluster" {
|
|||
bind_named_conf_options = var.bind_named_conf_options
|
||||
|
||||
alertmanager_account_password = var.alertmanager_account_password
|
||||
|
||||
depends_on = [module.k8s_master, module.k8s_node1, module.k8s_node2] # wait until master and at least 2 nodes are up
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue