Skip to content

mercari/terraform-provider-openpgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 = "[email protected]"
}

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/