updated default value for name to k8s
parent
308ddfcab6
commit
445d2978c0
|
@ -6,7 +6,7 @@ variable "aws_secret_key" {}
|
||||||
variable "name" {
|
variable "name" {
|
||||||
type = string
|
type = string
|
||||||
description = "The name that will be tagged on all the AWS resources"
|
description = "The name that will be tagged on all the AWS resources"
|
||||||
default = "tfcloud"
|
default = "k8s"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "prefix" {
|
variable "prefix" {
|
||||||
|
|
Loading…
Reference in New Issue