Adding configuration for public ip association, moving to name_prefix in worker launch config

This commit is contained in:
Igor Borodin
2018-06-15 16:28:30 +03:00
parent 1399b5a3c3
commit 6fad724abd
2 changed files with 3 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ variable "workers_group_defaults" {
instance_type = "m4.large" # Size of the workers instances.
additional_userdata = "" # userdata to append to the default userdata.
ebs_optimized = true # sets whether to use ebs optimization on supported types.
public_ip = false # Associate a public ip address with a worker
}
}