# README
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
- Clone the repository.
- Enter the repository directory.
- 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
-
Use Table Driven tests for Acceptance tests