The Terraform Provider for Quali's Torque is a plugin for Terraform that allows you to interact with Torque and control Torque behavior and presentation.
Learn more:
-
Read more about Quali's Torque.
-
Read more in the Torque documentation.
-
Try out Torque yourself by visiting Quali's Torque Playground.
-
Join the community discussions.
terraform {
required_providers {
torque = {
source = "QualiTorque/torque"
version = "0.0.1"
}
}
}
provider "torque" {}
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
install
command:
go install