No description
  • Go 96%
  • Makefile 1.5%
  • HTML 1.3%
  • Shell 1.2%
Find a file
OpenTofu Core Development Team abb0fc347b Apply GitHub workflow changes
2025-11-18 12:21:51 +02:00
.github Apply GitHub workflow changes 2025-11-18 12:21:51 +02:00
cohesity use registration info to check sources 2020-06-26 14:47:03 -07:00
scripts address initial feedback 2020-01-28 17:03:21 -08:00
vendor change request timeout in unirest-go/Request.go in Cohesity management sdk 2020-07-01 12:02:05 -07:00
website added new modules in nav bar 2020-07-06 12:11:22 -07:00
.DS_Store address initial feedback 2020-01-28 17:03:21 -08:00
.gitignore new doc and gitignore 2020-06-23 11:20:25 -07:00
.travis.yml address initial feedback 2020-01-28 17:03:21 -08:00
CHANGELOG.md Cleanup after v1.0.0 release 2020-07-07 22:38:11 +00:00
CONTRIBUTING.md updated readme and added contri guide 2020-06-23 15:18:51 -07:00
GNUmakefile address initial feedback 2020-01-28 17:03:21 -08:00
go.mod change request timeout in unirest-go/Request.go in Cohesity management sdk 2020-07-01 12:02:05 -07:00
go.sum change request timeout in unirest-go/Request.go in Cohesity management sdk 2020-07-01 12:02:05 -07:00
LICENSE address initial feedback 2020-01-28 17:03:21 -08:00
main.go address initial feedback 2020-01-28 17:03:21 -08:00
README.md Update README.md 2020-12-07 12:50:35 -07:00

Please note: This Terraform provider is archived, per our provider archiving process. What does this mean?

  1. The code repository and all commit history will still be available.
  2. Existing released binaries will remain available on the releases site.
  3. Issues and pull requests are not being monitored.
  4. New releases will not be published.

If anyone from the community or an interested third party is willing to maintain it, they can fork the repository and publish it to the Terraform Registry. If you are interested in maintaining this provider, please reach out to the Terraform Provider Development Program at terraform-provider-dev@hashicorp.com.

Terraform Provider for Cohesity

Maintainers

This provider plugin is maintained by Cohesity

Table of contents 📜

Requirements 📋

Building The Provider ✏️

Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-cohesity

$ git clone git@github.com:terraform-providers/terraform-provider-cohesity $GOPATH/src/github.com/terraform-providers/terraform-provider-cohesity

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-cohesity
$ make build

The provider binary can be found in $GOPATH/bin directory.

Using the provider ▶️

The Cohesity provider documentation can be found on provider's website

Developing the Provider ⚒️

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 test

In 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'

Contribute 🤝

Suggestions or Feedback

We would love to hear from you. Please send your questions and feedback to: cohesity-api-sdks@cohesity.com