Skip to content

Commit

Permalink
google-cloud: Move controller and worker submodules under kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Sep 28, 2017
1 parent f7dd959 commit 7954283
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud/container-linux/kubernetes/cluster.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "controllers" {
source = "../controllers"
source = "controllers"
cluster_name = "${var.cluster_name}"
ssh_authorized_key = "${var.ssh_authorized_key}"

Expand All @@ -23,7 +23,7 @@ module "controllers" {
}

module "workers" {
source = "../workers"
source = "workers"
cluster_name = "${var.cluster_name}"
ssh_authorized_key = "${var.ssh_authorized_key}"

Expand Down

0 comments on commit 7954283

Please sign in to comment.