Terraform provider

fiberax/fiberax is the Terraform and OpenTofu provider for the Fiberax API: servers, SSH keys, public addresses, private networks, disks, network cards, the server firewall, backup policies and, since 0.2.0, router configuration: access rules, port forwards, WireGuard and OpenVPN tunnels with their devices; and since 0.3.0, server types with graphics cards - the cards you pick yourself, the GPU package that defines a whole machine, and the storage class of the system disk. The current version is 0.3.0. It is in a trial period with the first customers and is not in the public Terraform registry yet, so it is served from this mirror.

The normal way: let Terraform download it

Add nine lines to your Terraform or OpenTofu configuration file and terraform init fetches the provider from here with a verified checksum. The lines, the example and the one warning you will see are in Getting started, section 7.

Reference

Every resource and data source with its fields, examples and import syntax: Terraform provider reference.

Direct downloads

Each archive contains one file, the provider binary terraform-provider-fiberax_v0.3.0.

Checksums of all archives: terraform-provider-fiberax_0.3.0_SHA256SUMS.

Previous version: 0.2.0

Kept for configurations and lock files that pin 0.2.0; new configurations should use 0.3.0. Each archive contains the binary terraform-provider-fiberax_v0.2.0.

Checksums: terraform-provider-fiberax_0.1.0_SHA256SUMS.

Manual installation

If you prefer not to use the mirror settings, put the archive for your platform into Terraform's local plugin directory, unchanged, under its registry path - for example on Linux:

~/.terraform.d/plugins/registry.terraform.io/fiberax/fiberax/terraform-provider-fiberax_0.2.0_linux_amd64.zip

On Windows the directory is %APPDATA%\terraform.d\plugins\; OpenTofu reads the same layout under registry.opentofu.org/. Terraform picks the provider up from there on init without any further configuration.

Mirror index files for tools live under registry.terraform.io/fiberax/fiberax/ and registry.opentofu.org/fiberax/fiberax/. Something not working? Write to us and quote what terraform init printed.