Add terraform-provider-gpgvaultsecret #1
Reference in New Issue
Block a user
Delete Branch "benvin/gpg-provider"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A terraform-plugin-framework provider for the vault-plugin-secrets-gpg engine, managing engine mounts and OpenPGP keys on Vault/OpenBao.
gpg_secret_backendresource: mount the engine (+ optional plugin catalog registration when asha256is given; deregisters on destroy).gpg_keyresource: create/configure a key (algorithm, identity, exportable, deletion_allowed, min_decryption_version); computedpublic_key/fingerprint/key_id/latest_version; destroy auto-enables deletion; import<backend>/<name>.gpg_keydata source: read a key's metadata + armored public key.terraform apply/destroyagainst a Vault dev server + the gpg plugin. Release publishes a zip to the artifactapiterraform-unkinregistry on v* tags.