Discover Packages
github.com/gmeligio/terraform-provider-netparse
command
module
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Apr 30, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
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
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
Click to show internal directories.
Click to hide internal directories.