Rename cluster_name to name in internal module

* Ensure consistency between AWS and GCP platforms
This commit is contained in:
Dalton Hubble
2018-03-03 17:52:01 -08:00
parent 45b556c08f
commit c112ee3829
6 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
variable "cluster_name" {
variable "name" {
type = "string"
description = "Unique name"
description = "Unique name instance group"
}
variable "vpc_id" {