Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.27 KB

File metadata and controls

28 lines (17 loc) · 1.27 KB

SSH ID Provider

Please consult the documentation output in the docs/ subdirectory of this repository for usage information.

This provider is built on the Terraform Plugin Framework. A template repository built on the Terraform Plugin SDK can be found at terraform-provider-scaffolding. See Which SDK Should I Use? in the Terraform documentation for additional information.

Requirements

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the Go install command:
go install

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (see Requirements above).

To compile the provider, run go install. This will build the provider and put the provider binary in the $GOPATH/bin directory.

To generate or update documentation, run make generate.