About Roxy-WI Terraform provider

Terraform is an open-source tool developed by HashiCorp that allows users to define and manage infrastructure using code. It supports multiple cloud providers and on-premises environments, making it a versatile solution for automating the deployment and management of resources.

Terraform is primarily used for:

You can use the Roxy-WI provider to interact with the many resources supported by Roxy-WI: channels, groups, servers, UDP listeners, etc.

To get started:

Then, run terraform init, and wait for a message that the initialization was successful.

Let’s create a server using Terraform as an example.

1. Create a configuration file with a .tf extension and paste the following code:

where:

2. Save the file and close it.

3. Run the terraform init command initialize the configuration.

In order to check if the configuration is correct, run the following command:

If the configuration is valid, Terraform will display the message “Success! The configuration is valid”.

For more use cases, please refer to the Roxy-WI Terraform documentation.