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"