From ace85e8208d7d30a750a32cd45e7c88549a4f2ac Mon Sep 17 00:00:00 2001 From: vshatravenko Date: Thu, 8 Mar 2018 02:28:00 +0200 Subject: [PATCH] Removed default outputs Since they should be defined directly in modules --- tpl/gcp/environment/outputs.tf.tt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tpl/gcp/environment/outputs.tf.tt diff --git a/tpl/gcp/environment/outputs.tf.tt b/tpl/gcp/environment/outputs.tf.tt deleted file mode 100644 index b531360..0000000 --- a/tpl/gcp/environment/outputs.tf.tt +++ /dev/null @@ -1,5 +0,0 @@ -output service_account_b64 { - description = "GCloud service account key" - value = "${base64encode(file("<%= @cloud['gcp']['service_account'] %>"))}" - sensitive = true -}