google-cloud: Move controller and worker submodules under kubernetes

This commit is contained in:
Dalton Hubble 2017-09-27 20:50:32 -07:00
parent f7dd959e9c
commit 795428329a
10 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module "controllers" {
source = "../controllers"
source = "controllers"
cluster_name = "${var.cluster_name}"
ssh_authorized_key = "${var.ssh_authorized_key}"
@ -23,7 +23,7 @@ module "controllers" {
}
module "workers" {
source = "../workers"
source = "workers"
cluster_name = "${var.cluster_name}"
ssh_authorized_key = "${var.ssh_authorized_key}"