diff --git a/records-neurotech-app.tf b/records-neurotech-app.tf index abe2b2f..88b567f 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.164" + content = "86.119.28.152" ttl = 300 }