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 }