Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.44 KB

Terraform Registry

Terraform Provider: netparse

Using the provider

Official documentation on how to use this provider can be found on the Terraform Registry. In case of specific questions or discussions, please use the

We also provide:

  • Contributing guidelines in case you want to help this project

The remainder of this document will focus on the development aspects of the provider.

Development

Requirements

Building The Provider

  1. Clone the repository.
  2. Enter the repository directory.
  3. Build the provider using the Go install command:
# This will build the provider and put the provider binary in the `$GOPATH/bin` directory
go install

Generating documentation

To generate or update documentation, run go generate.

Testing

In order to run the full suite of Acceptance tests, run make testacc.

make testacc

TODO

  1. Use Table Driven tests for Acceptance tests