getKMSSecretCiphertext

!>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

argument

A collection of arguments for invoking getKMSSecretCiphertext.


Return

A collection of values returned by getKMSSecretCiphertext.

Parameters

cryptoKey

The id of the CryptoKey that will be used to encrypt the provided plaintext. This is represented by the format {projectId}/{location}/{keyRingName}/{cryptoKeyName}.

plaintext

The plaintext to be encrypted

See also


Return

A collection of values returned by getKMSSecretCiphertext.

Parameters

argument

Builder for com.pulumi.gcp.kms.kotlin.inputs.GetKMSSecretCiphertextPlainArgs.

See also