From d2a4f71901abb30f7e34443c3e92ce411600a51a Mon Sep 17 00:00:00 2001 From: pducoure <64129146+pducoure@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:23:48 +0200 Subject: [PATCH] Update staging IP (#15) --- records-neurotech-app.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records-neurotech-app.tf b/records-neurotech-app.tf index 88b567f..c12cb8f 100644 --- a/records-neurotech-app.tf +++ b/records-neurotech-app.tf @@ -45,7 +45,7 @@ resource "exoscale_domain_record" "neurotech_app_snow_staging_a" { domain = exoscale_domain.neurotech_app.id name = "snow-staging" record_type = "A" - content = "86.119.28.152" + content = "86.119.31.20" ttl = 300 }