Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 710 Bytes

File metadata and controls

12 lines (8 loc) · 710 Bytes

terraform-provider-template

A GitHub repository template for developing a new Terraform provider.

Required Secrets

The following secrets must be added to the GitHub repository:

Secret Name Description
GPG_PRIVATE_KEY The GPG private key used to sign provider releases before publishing to the Terraform registry.
GPG_PRIVATE_KEY_PASSPHRASE The passphrase for the GPG private signing key.