Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Terraform Provider Lxd | 213 | a month ago | 31 | December 20, 2022 | 17 | mpl-2.0 | Go | |||
LXD Resource provider for Terraform | ||||||||||
Icp Ce On Linux Containers | 49 | 3 years ago | 2 | Shell | ||||||
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 Kubeadm | 41 | 3 years ago | 10 | Go | ||||||
A Terraform provider/provisioner for deploying Kubernetes with kubeadm |
LXD Resource provider for Terraform
This provider is published in the Terraform Registry.
Follow the official instructions for declaring providers in your Terraform configuration here.
Add the following to your Terraform configuration:
terraform {
required_providers {
lxd = {
source = "terraform-lxd/lxd"
}
}
}
go install
to compile and install the binary the binary:go install github.com/terraform-lxd/[email protected]
Full documentation can be found in the docs
directory.
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.
Some recognition for great contributors to this project: