README ¶ Quali's Torque Terraform Provider 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. Requirements Terraform >= 1.0 Go >= 1.21 Quick Start terraform { required_providers { torque = { source = "QualiTorque/torque" version = "0.0.1" } } } provider "torque" {} Building The Provider Clone the repository Enter the repository directory Build the provider using the Go install command: go install Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis client internal provider provider/data_sources provider/resources provider/tests validators Click to show internal directories. Click to hide internal directories.