forked from the-distro/infra
tf/hydra: change Hydra URL
This commit is contained in:
parent
2700ac5efc
commit
5ebd71e4d5
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue