initial commit

This commit is contained in:
Max Williams
2018-08-13 10:04:02 +02:00
parent 2e2dd0e215
commit 28f7e9dd41
6 changed files with 91 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ EOF
data "template_file" "userdata" {
template = "${file("${path.module}/templates/userdata.sh.tpl")}"
count = "${var.worker_group_count}"
count = "${length(var.worker_groups)}"
vars {
region = "${data.aws_region.current.name}"