main.tf: use new consul-api.infra.status.im address

https://github.com/status-im/infra-hq/issues/158

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-10-24 01:35:24 +02:00
parent afce4d22a0
commit 68f6dd116d
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
terraform {
backend "consul" {
address = "https://consul.statusim.net:8400"
address = "https://consul-api.infra.status.im:8400"
/* Lock to avoid syncing issues */
lock = true
/* KV store has a limit of 512KB */