Add dghubble/pegasus Digital Ocean Kubernetes Terraform module

This commit is contained in:
Dalton Hubble
2017-07-29 11:35:53 -07:00
parent 2d33b9abe2
commit 6070ffb449
10 changed files with 514 additions and 1 deletions

View File

@ -42,7 +42,7 @@ variable "os_image" {
variable "controller_count" {
type = "string"
default = "1"
description = "Number of workers"
description = "Number of controllers"
}
variable "worker_count" {