mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-27 09:01:38 -04:00
provider/google: add failover parameter to sql database instance (#14336)
* provider/google: add failover parameter to sql database instance * provider/google: update sql database instance docs
This commit is contained in:
@@ -163,6 +163,11 @@ to work, cannot be updated, and supports:
|
||||
* `dump_file_path` - (Optional) Path to a SQL file in GCS from which slave
|
||||
instances are created. Format is `gs://bucket/filename`.
|
||||
|
||||
* `failover_target` - (Optional) Specifies if the replica is the failover target.
|
||||
If the field is set to true the replica will be designated as a failover replica.
|
||||
If the master instance fails, the replica instance will be promoted as
|
||||
the new master instance.
|
||||
|
||||
* `master_heartbeat_period` - (Optional) Time in ms between replication
|
||||
heartbeats.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user