updated default value for name to k8s

pull/516/head
Jonathan Simon 2019-11-28 12:00:58 -08:00
parent 308ddfcab6
commit 445d2978c0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ variable "aws_secret_key" {}
variable "name" {
type = string
description = "The name that will be tagged on all the AWS resources"
default = "tfcloud"
default = "k8s"
}
variable "prefix" {