/terraform-provider-maas

Terraform MAAS provider

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Terraform Provider for MAAS

This repository contains the source code for the Terraform MAAS provider.

Requirements

Build The Provider

  1. Clone the repository

  2. Enter the repository directory

  3. Build the provider with:

    make build
  4. (Optional): Install the freshly built provider with:

    make install

Usage

Provider Configuration

The provider accepts the following config options:

maas

provider "maas" {
  api_version = "2.0"
  api_key = "YOUR MAAS API KEY"
  api_url = "http://<MAAS_SERVER>[:MAAS_PORT]/MAAS"
}

Resources and Data Sources Configuration

The docs section contains details about each supported Terraform resource and data source.