Skip to content

Commvault/terraform-provider-commvault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform logo

Terraform Provider for Commvault

With the Commvault Terraform module, you can use Terraform to manage endpoints (called resources). Terraform is a configuration language for safely and efficiently managing infrastructure.

The Commvault Terraform module provides a set of named resource types, and specifies which arguments are allowed for each resource type. Using the resource types, you can create a configuration file, and apply changes to the Commvault REST APIs.

Maintainers

This provider plugin is maintained by Commvault

Quick Starts 📜

Software Requirements 📋

Building The Provider ✏️

  • Clone the Repository to local machine.
  • Navigate to the Cloned Repository.

For Windows:

Open Command Prompt in the Cloned Repository locatoion and use below command to build Executable.

go build -o terraform-provider-commvault.exe

For Linux:

Open Terminal in the Cloned Repository locatoion and use below command to build Executable.

go build -o terraform-provider-commvault

Using the provider ▶️

The Commvault provider documentation can be found on provider's website or in Terraform Registry

Questions/Comments/Suggestions

If you have any questions or comments, please contact us here. Also Check out our community for Automation incase of queries.