diff --git a/infrastructure/tf-core/environments/development.tfvars b/infrastructure/tf-core/environments/development.tfvars index 5d4c93760..e45814c91 100644 --- a/infrastructure/tf-core/environments/development.tfvars +++ b/infrastructure/tf-core/environments/development.tfvars @@ -671,7 +671,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/integration.tfvars b/infrastructure/tf-core/environments/integration.tfvars index 2f273e1a8..c0f880bff 100644 --- a/infrastructure/tf-core/environments/integration.tfvars +++ b/infrastructure/tf-core/environments/integration.tfvars @@ -672,7 +672,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/nft.tfvars b/infrastructure/tf-core/environments/nft.tfvars index ec3670c61..8c735cfa1 100644 --- a/infrastructure/tf-core/environments/nft.tfvars +++ b/infrastructure/tf-core/environments/nft.tfvars @@ -671,7 +671,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/preprod.tfvars b/infrastructure/tf-core/environments/preprod.tfvars index a9fa3be86..f2b8d30f4 100644 --- a/infrastructure/tf-core/environments/preprod.tfvars +++ b/infrastructure/tf-core/environments/preprod.tfvars @@ -663,7 +663,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/production.tfvars b/infrastructure/tf-core/environments/production.tfvars index 398a71026..2a4ab1f48 100644 --- a/infrastructure/tf-core/environments/production.tfvars +++ b/infrastructure/tf-core/environments/production.tfvars @@ -698,7 +698,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/sandbox.tfvars b/infrastructure/tf-core/environments/sandbox.tfvars index 33c4c3d06..cea7367ae 100644 --- a/infrastructure/tf-core/environments/sandbox.tfvars +++ b/infrastructure/tf-core/environments/sandbox.tfvars @@ -671,7 +671,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } }