Bug fixes for GCP modules (#60667)

pull/60667/merge
The Magician 6 years ago committed by ansibot
parent 818d1b2e45
commit 8d33e9ae4d

@ -56,7 +56,7 @@ options:
kms_key_name: kms_key_name:
description: description:
- The resource name of the Cloud KMS CryptoKey to be used to protect access to - The resource name of the Cloud KMS CryptoKey to be used to protect access to
messsages published on this topic. Your project's PubSub service account (`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`) messages published on this topic. Your project's PubSub service account (`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`)
must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature. must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
- The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` . - The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` .
required: false required: false
@ -110,7 +110,7 @@ name:
type: str type: str
kmsKeyName: kmsKeyName:
description: description:
- The resource name of the Cloud KMS CryptoKey to be used to protect access to messsages - The resource name of the Cloud KMS CryptoKey to be used to protect access to messages
published on this topic. Your project's PubSub service account (`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`) published on this topic. Your project's PubSub service account (`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`)
must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature. must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
- The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` . - The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` .

@ -67,7 +67,7 @@ resources:
kmsKeyName: kmsKeyName:
description: description:
- The resource name of the Cloud KMS CryptoKey to be used to protect access - The resource name of the Cloud KMS CryptoKey to be used to protect access
to messsages published on this topic. Your project's PubSub service account to messages published on this topic. Your project's PubSub service account
(`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`) must (`service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com`) must
have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature. have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
- The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` . - The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` .

@ -175,7 +175,7 @@ options:
- 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 slave
instance is to be created. The URI is in the form gs://bucketName/fileName. 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 Compressed gzip files (.gz) are also supported. Dumps should have the
binlog co-ordinates from which replication should begin. This can be binlog coordinates from which replication should begin. This can be
accomplished by setting --master-data to 1 when using mysqldump. accomplished by setting --master-data to 1 when using mysqldump.
required: false required: false
type: str type: str
@ -495,7 +495,7 @@ replicaConfiguration:
description: description:
- Path to a SQL dump file in Google Cloud Storage from which the slave instance - 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 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 co-ordinates gzip files (.gz) are also supported. Dumps should have the binlog coordinates
from which replication should begin. This can be accomplished by setting from which replication should begin. This can be accomplished by setting
--master-data to 1 when using mysqldump. --master-data to 1 when using mysqldump.
returned: success returned: success

@ -215,8 +215,8 @@ resources:
- 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 slave
instance is to be created. The URI is in the form gs://bucketName/fileName. instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported. Dumps should have Compressed gzip files (.gz) are also supported. Dumps should have
the binlog co-ordinates from which replication should begin. This the binlog coordinates from which replication should begin. This can
can be accomplished by setting --master-data to 1 when using mysqldump. be accomplished by setting --master-data to 1 when using mysqldump.
returned: success returned: success
type: str type: str
masterHeartbeatPeriod: masterHeartbeatPeriod:

Loading…
Cancel
Save