updated default value for name to k8s
parent
308ddfcab6
commit
445d2978c0
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue