From 09365842484b3cf1915dc2353ec4daa74d353e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 20 Jun 2024 11:41:21 +0200 Subject: [PATCH] main.tf: fix path to clearly show placeholder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 5a40816..fea367b 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,7 @@ terraform { /* KV store has a limit of 512KB */ gzip = true /* WARNING This needs to be changed for every repo. */ - path = "terraform/codex/" + path = "terraform/FLEET_NAME_PLACEHOLDER/" ca_file = "ansible/files/consul-ca.crt" cert_file = "ansible/files/consul-client.crt" key_file = "ansible/files/consul-client.key"