- Website: https://www.terraform.io
- Mailing list: Google Groups
This provider plugin is maintained by Cohesity
- Requirements
- Building the Provider
- Using the Provider
- Developing the Provider
- How can you contribute
- Suggestions and Feedback
- Disclaimer
Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-cohesity
$ git clone [email protected]:terraform-providers/terraform-provider-cohesity $GOPATH/src/github.com/terraform-providers/terraform-provider-cohesityEnter the provider directory and build the provider
$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-cohesity
$ make buildThe provider binary can be found in $GOPATH/bin directory.
The Cohesity provider documentation can be found on provider's website
If you wish to work on the provider, you'll first need Go installed on your machine (version 1.12 is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.
To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.
$ make build
...
$ $GOPATH/bin/terraform-provider-cohesity
...In order to test the provider, you can simply run make test.
$ make testIn order to run a specific acceptance test, change the variables in acceptance_test_variables.go to suit your environment and run make testacc
Note: Set the environment variables for configuring the Cohesity provider and sensitive resource arguments not set in the acceptance_test_variables.go file
$ make testacc TEST=./cohesity TESTARGS='-run=TestAccVirtualEditionCluster_basic'To generate docs for the provider, add examples in examples/<cohesity_resource_name>/resource.tf and generate the docs using the following command:
$ go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocsWe would love to hear from you. Please send your questions and feedback to: [email protected]
The scripts, recipes, and integrations provided here are community-contributed or best-effort solutions from Cohesity engineering and ecosystem partners. These resources are not officially supported by Cohesity Support or Field teams. For production-grade use or enterprise implementation support, please contact Cohesity Professional Services or your account team.
