Terraform provider for managing your Volterra resources.
Checkout the repository using below command:
$ git clone https://github.com/volterraedge/terraform-provider-volterra.git
Enter the provider directory and build the provider:
$ cd terraform-provider-volterra
$ cd cmd/terraform-provider-volterra; go build .
Run terraform init
and terraform will automatically install the provider.
To specify a particular provider version when installing released providers, see the Terraform documentation on provider versioning.
Run below command
make install-tf-volterra
Check out the examples located
Execute below command to run all unit tests
$ go test -v ./...
To execute unit test, use -run
flag
$ go test -v -run=TestAccNamespaceBasic ./...