Skip to content

mercari/terraform-provider-openpgp

Folders and files

NameName
Last commit message
Last commit date
May 10, 2022
May 17, 2021
Mar 4, 2019
May 10, 2022
Mar 4, 2019
Mar 4, 2019
Mar 4, 2019
May 10, 2022
Mar 4, 2019
May 10, 2022
Feb 25, 2023
Feb 25, 2023
May 10, 2022

Repository files navigation

Terraform OpenPGP provider

This provider creates a OpenPGP key pair so that you can use the key pair for other Terraform resources.

Requirements

  • Terraform 0.12.x or higher
  • Go 1.18 or higher (for build)

Using the provider

Download the latest release for your OS from the release page and follow the instructions to install third party plugins.

Example:

# Create a OpenPGP key
resource "openpgp_key" "my-openpgp-key" {
  name  = "Your name"
  email = "you@example.com"
}

You can use the following attributes:

  • public_key - The public key of the OpenPGP key pair. (ASCII-armored format)
  • private_key - The private key of the OpenPGP key pair. (ASCII-armored format)
  • fingerprint - The fingerprint of the OpenPGP key pair.

Contribution

Please read the CLA below carefully before submitting your contribution.

https://www.mercari.com/cla/