From 445d2978c0c395d716d49ca7adc71a37dac4da29 Mon Sep 17 00:00:00 2001 From: Jonathan Simon Date: Thu, 28 Nov 2019 12:00:58 -0800 Subject: [PATCH] updated default value for name to k8s --- terraform/aws/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index c77bb8a..7b12cf8 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -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" {