pgpKey

@JvmName(name = "edhmayspwlltluub")
suspend fun pgpKey(value: Output<String>)
@JvmName(name = "dtkktnmobmaenoeq")
suspend fun pgpKey(value: String?)

Parameters

value

Either a base-64 encoded PGP public key, or a keybase username in the form keybase:some_person_that_exists, for use in the encrypted_secret output attribute. If providing a base-64 encoded PGP public key, make sure to provide the "raw" version and not the "armored" one (e.g. avoid passing the -a option to gpg --export).