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.
- Linux amd64 (x86-64) 6.9 MB
- Linux arm64 6.3 MB
- Linux 386 (x86 32-bit) 6.6 MB
- Linux arm (32-bit) 6.6 MB
- macOS amd64 (x86-64) 7.1 MB
- macOS arm64 6.6 MB
- Windows amd64 (x86-64) 7.2 MB
- Windows arm64 6.4 MB
- Windows 386 (x86 32-bit) 6.9 MB
- FreeBSD amd64 (x86-64) 6.9 MB
- FreeBSD arm64 6.3 MB
- FreeBSD 386 (x86 32-bit) 6.6 MB
- FreeBSD arm (32-bit) 6.5 MB
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.
- Linux amd64 (x86-64) 7.3 MB
- Linux arm64 6.6 MB
- Linux 386 (x86 32-bit) 6.9 MB
- Linux arm (32-bit) 6.9 MB
- macOS amd64 (x86-64) 7.5 MB
- macOS arm64 6.9 MB
- Windows amd64 (x86-64) 7.5 MB
- Windows arm64 6.7 MB
- Windows 386 (x86 32-bit) 7.3 MB
- FreeBSD amd64 (x86-64) 7.3 MB
- FreeBSD arm64 6.6 MB
- FreeBSD 386 (x86 32-bit) 6.9 MB
- FreeBSD arm (32-bit) 6.9 MB
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.