Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Update worker and manager modules
Browse files Browse the repository at this point in the history
- fix issue when requiring sudo for docker commands
  • Loading branch information
thojkooi committed Mar 4, 2018
1 parent f3ea810 commit 90f2dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "managers" {
source = "github.com/thojkooi/terraform-digitalocean-swarm-managers?ref=v0.1.1"
source = "github.com/thojkooi/terraform-digitalocean-swarm-managers?ref=v0.1.2"
do_token = "${var.do_token}"

image = "${var.manager_image}"
Expand All @@ -18,7 +18,7 @@ module "managers" {
}

module "workers" {
source = "github.com/thojkooi/terraform-digitalocean-swarm-workers?ref=v0.1.0"
source = "github.com/thojkooi/terraform-digitalocean-swarm-workers?ref=v0.2.0"
do_token = "${var.do_token}"

image = "${var.worker_image}"
Expand Down

0 comments on commit 90f2dcc

Please sign in to comment.