main.tf: fix path to clearly show placeholder
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
78dcae18c7
commit
0936584248
2
main.tf
2
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"
|
||||
|
|
Loading…
Reference in New Issue