Terraform Provider Lxd

LXD Resource provider for Terraform
Alternatives To Terraform Provider Lxd
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Terraform Provider Lxd213
a month ago31December 20, 202217mpl-2.0Go
LXD Resource provider for Terraform
Icp Ce On Linux Containers49
3 years ago2Shell
Multi node IBM Cloud Private Community Edition 3.2.x w/ Kubernetes 1.13.5 in a Box. Terraform, Packer and BASH based Infrastructure as Code script sets up a multi node LXD cluster, installs ICP-CE and clis on a metal or VM Ubuntu 18.04 host.
Terraform Provider Kubeadm41
3 years ago10Go
A Terraform provider/provisioner for deploying Kubernetes with kubeadm
Alternatives To Terraform Provider Lxd
Select To Compare


Alternative Project Comparisons
Readme

terraform-provider-lxd

LXD Resource provider for Terraform

Prerequisites

Installation

This provider is published in the Terraform Registry.

Follow the official instructions for declaring providers in your Terraform configuration here.

Quick Example

Add the following to your Terraform configuration:

terraform {
  required_providers {
    lxd = {
      source = "terraform-lxd/lxd"
    }
  }
}

Building from source

  1. Follow these instructions to setup a Golang development environment.
  2. Use go install to compile and install the binary the binary:
go install github.com/terraform-lxd/[email protected]

Documentation

Full documentation can be found in the docs directory.

Known Limitations

Many of the base LXD images don't include an SSH server, therefore terraform will be unable to execute any provisioners. Either use the base ubuntu images from the ubuntu or ubuntu-daily or manually prepare a base image that includes SSH.

Contributors

Some recognition for great contributors to this project:

Popular Terraform Projects
Popular Lxd Projects
Popular Configuration Management Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Ssh
Terraform
Terraform Provider
Lxd