Terraform provider reference

fiberax Provider

Manage Fiberax infrastructure through the public API api.fiberax.com/v1. The token is issued in the client area, section API tokens, and belongs to ONE project: several projects mean several tokens and several provider configurations.

Example Usage

terraform {
  required_providers {
    fiberax = {
      source = "fiberax/fiberax"
    }
  }
}

# The token is issued in the client area: the API tokens section. It belongs to ONE
# project, so several projects mean several provider configurations with different tokens.
#
# Creating and changing anything needs a token with the read and write access level.
provider "fiberax" {
  # token = "fbx_..."   # better through the FIBERAX_TOKEN environment variable
}

Schema

Optional

Guides

Resources

Data sources

Generated from the provider schema for version 0.3.0. How to install the provider: Terraform provider.