Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 824 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 824 Bytes

Terraform Provider Quortex

The Terraform Quortex provider is a plugin for Terraform that allows the full configuration of quortex solution. This provider is maintained internally by the Quortex team.

Documentation

Full, comprehensive documentation is available on the Terraform website:

https://registry.terraform.io/providers/quortex/quortex/latest/docs

Build provider

Run the following command to build the provider

$ go build -o terraform-provider-quortex

Test sample configuration

First, build and install the provider.

$ make install

Then, navigate to the examples/development directory.

$ cd examples/development

Run the following command to initialize the workspace and apply the sample configuration.

$ terraform init && terraform apply