| Option | S3_RECOVER_FROM_REPLACE_REGION | |
| Description | Replaces the source AWS region with the target region in S3 bucket paths during recovery | |
| Introduced Version | 1.235 | |
This environment variable specifies a region substitution to
apply when constructing S3 bucket paths during recovery. The
format is source-region/target-region. It is
deployed only on the secondary (standby) cluster and is
automatically set by Terraform when dr = "standby".
The value is dynamically generated as
primary_region/secondary_region from remote state, or set
explicitly in tfvars.
ini
S3_RECOVER_FROM_REPLACE_REGION=us-west-2/us-east-2