Cloud SQL "slave" -> "replica". (#4201) (#322)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-11-06 13:39:01 -08:00 committed by GitHub
parent 74679bffec
commit c51074b7c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -155,12 +155,12 @@ options:
type: str
client_certificate:
description:
- PEM representation of the slave's x509 certificate .
- PEM representation of the replica's x509 certificate .
required: false
type: str
client_key:
description:
- PEM representation of the slave's private key. The corresponding public
- PEM representation of the replica's private key. The corresponding public
key is encoded in the client's certificate.
required: false
type: str
@ -171,7 +171,7 @@ options:
type: int
dump_file_path:
description:
- Path to a SQL dump file in Google Cloud Storage from which the slave
- Path to a SQL dump file in Google Cloud Storage from which the replica
instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported. Dumps should have the
binlog coordinates from which replication should begin. This can be
@ -543,12 +543,12 @@ replicaConfiguration:
type: str
clientCertificate:
description:
- PEM representation of the slave's x509 certificate .
- PEM representation of the replica's x509 certificate .
returned: success
type: str
clientKey:
description:
- PEM representation of the slave's private key. The corresponding public
- PEM representation of the replica's private key. The corresponding public
key is encoded in the client's certificate.
returned: success
type: str
@ -559,11 +559,11 @@ replicaConfiguration:
type: int
dumpFilePath:
description:
- Path to a SQL dump file in Google Cloud Storage from which the slave instance
is to be created. The URI is in the form gs://bucketName/fileName. Compressed
gzip files (.gz) are also supported. Dumps should have the binlog coordinates
from which replication should begin. This can be accomplished by setting
--master-data to 1 when using mysqldump.
- Path to a SQL dump file in Google Cloud Storage from which the replica
instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported. Dumps should have the
binlog coordinates from which replication should begin. This can be accomplished
by setting --master-data to 1 when using mysqldump.
returned: success
type: str
masterHeartbeatPeriod:

View file

@ -241,13 +241,13 @@ resources:
type: str
clientCertificate:
description:
- PEM representation of the slave's x509 certificate .
- PEM representation of the replica's x509 certificate .
returned: success
type: str
clientKey:
description:
- PEM representation of the slave's private key. The corresponding public
key is encoded in the client's certificate.
- PEM representation of the replica's private key. The corresponding
public key is encoded in the client's certificate.
returned: success
type: str
connectRetryInterval:
@ -257,7 +257,7 @@ resources:
type: int
dumpFilePath:
description:
- Path to a SQL dump file in Google Cloud Storage from which the slave
- Path to a SQL dump file in Google Cloud Storage from which the replica
instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported. Dumps should have
the binlog coordinates from which replication should begin. This can