threefoldtech / terraform-provider-grid

Apache License 2.0
8 stars 5 forks source link

Grid provider for terraform

Codacy Badge Testing Testing Testing Dependabot

A terraform provider for the threefold grid to manage your infrastructure using terraform.

Requirements

Using provider for different environments

Generating the docs

make docs

Using the provider

cd examples/resources/singlenode
export MNEMONICS="mnemonics words"
export NETWORK="network" # dev, qa, test, main
terraform init && terraform apply # creates resources defined in main.tf
terraform destroy # destroy the created resource

Building The Provider (for development only)

make

Run tests

export MNEMONICS="mnemonics words"
export NETWORK="network" # dev, qa, test, main

Known Issues

Latest Releases

Using example directory