From 4b38f4c66851550e5dd22488d61057bde2d6de18 Mon Sep 17 00:00:00 2001 From: Jonathan Simon Date: Sun, 17 Nov 2019 22:58:35 -0800 Subject: [PATCH] removed duplicate variable --- .terraform/environment | 1 + terraform/aws/variables.tf | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 .terraform/environment diff --git a/.terraform/environment b/.terraform/environment new file mode 100644 index 0000000..89100c4 --- /dev/null +++ b/.terraform/environment @@ -0,0 +1 @@ +kbthw-aws-dev \ No newline at end of file diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 5379a6b..e09f35b 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -14,9 +14,3 @@ variable "prefix" { description = "The prefix to add the name" default = "jibakurei" } - -variable "prefix" { - type = string - description = "The prefix to add the name" - default = "jibakurei" -}