From da7604abbeefb3687010090460c6046f8fe521e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 12 May 2022 10:00:18 +0200 Subject: [PATCH] Makefile: drop creating cosul-ca.key file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not necessary for Terraform backend. Signed-off-by: Jakub SokoĊ‚owski --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5c27807..e7ceec1 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ install-provisioner: $(PROVISIONER_PATH) secrets: pass services/consul/ca-crt > ansible/files/consul-ca.crt - pass services/consul/ca-key > ansible/files/consul-ca.key pass services/consul/client-crt > ansible/files/consul-client.crt pass services/consul/client-key > ansible/files/consul-client.key