Skip to content

QualiTorque/terraform-provider-torque

Repository files navigation

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:

Requirements

Quick Start

terraform {
  required_providers {
    torque = {
      source = "QualiTorque/torque"
      version = "0.0.1"
    }
  }
}

provider "torque" {}

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the Go install command:
go install