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.
Full, comprehensive documentation is available on the Terraform website:
https://registry.terraform.io/providers/quortex/quortex/latest/docs
Run the following command to build the provider
$ go build -o terraform-provider-quortex
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