tf/hydra: change Hydra URL

This commit is contained in:
Pierre Bourdon 2024-07-08 00:01:24 +02:00
parent 2700ac5efc
commit 5ebd71e4d5
Signed by: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -17,7 +17,7 @@ in
resource.secret_resource.hydra_password.lifecycle.prevent_destroy = true;
provider.hydra = {
host = "https://hydra.bagel.delroth.net";
host = "https://hydra.forkos.org";
username = "terraform";
password = tf.ref "resource.secret_resource.hydra_password.value";
};