terraform-provider-openpgp

command module
v0.2.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2020 License: MPL-2.0 Imports: 2 Imported by: 0

README

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.11.x or higher
  • Go 1.13 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/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL