get KMSSecret Ciphertext
!>Warning: This data source is deprecated. Use the gcp.kms.SecretCiphertext
resource instead. This data source allows you to encrypt data with Google Cloud KMS and use the ciphertext within your resource definitions. For more information see the official documentation.
NOTE: Using this data source will allow you to conceal secret data within your resource definitions, but it does not take care of protecting that data in the logging output, plan output, or state output. Please take care to secure your secret data outside of resource definitions.
Return
A collection of values returned by getKMSSecretCiphertext.
Parameters
A collection of arguments for invoking getKMSSecretCiphertext.
Return
A collection of values returned by getKMSSecretCiphertext.
Parameters
The id of the CryptoKey that will be used to encrypt the provided plaintext. This is represented by the format {projectId}/{location}/{keyRingName}/{cryptoKeyName}
.
The plaintext to be encrypted
See also
Return
A collection of values returned by getKMSSecretCiphertext.
Parameters
Builder for com.pulumi.gcp.kms.kotlin.inputs.GetKMSSecretCiphertextPlainArgs.