-
golang-github-dmacvicar-terraform-provider-libvirt-0.5.2-0.1.gitc0e46b5.lbn25.x86_64
This is a terraform provider that lets you provision servers on a libvirt host via Terraform.
You should update your .terraformrc and refer to the binary:
providers {
libvirt = "/usr/share/terraform/terraform-provider-libvirt"
}
Using the provider
Here is an example that will setup the following:
A virtual server resource
(create this as libvirt.tf and run terraform commands from this directory):
provider "libvirt" {
uri = "qemu:///system"
}
You can also set the URI in the LIBVIRT_DEFAULT_URI environment variable.
Now, define a libvirt domain:
resource "libvirt_domain" "terraform_test" {
name = "terraform_test"
}
Now you can see the plan, apply it, and then destroy the infrastructure:
$ terraform plan
$ terraform apply
$ terraform destroy
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-dmacvicar-terraform-provider-libvirt-0.6.14-0.1.gited8e2bb.lbn36.x86_64
This is a terraform provider that lets you provision servers on a libvirt host via Terraform.
You should update your .terraformrc and refer to the binary:
providers {
libvirt = "/usr/bin/terraform-provider-libvirt"
}
Using the provider
Here is an example that will setup the following:
A virtual server resource
(create this as libvirt.tf and run terraform commands from this directory):
provider "libvirt" {
uri = "qemu:///system"
}
You can also set the URI in the LIBVIRT_DEFAULT_URI environment variable.
Now, define a libvirt domain:
resource "libvirt_domain" "terraform_test" {
name = "terraform_test"
}
Now you can see the plan, apply it, and then destroy the infrastructure:
$ terraform plan
$ terraform apply
$ terraform destroy
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
golang-github-dmacvicar-terraform-provider-libvirt-0-0.1.gitfdd1335.lbn19.x86_64
This is a terraform provider that lets you provision servers on a libvirt host via Terraform.
You should update your .terraformrc and refer to the binary:
providers {
libvirt = "/usr/share/terraform/terraform-provider-libvirt"
}
Using the provider
Here is an example that will setup the following:
A virtual server resource
(create this as libvirt.tf and run terraform commands from this directory):
provider "libvirt" {
uri = "qemu:///system"
}
You can also set the URI in the LIBVIRT_DEFAULT_URI environment variable.
Now, define a libvirt domain:
resource "libvirt_domain" "terraform_test" {
name = "terraform_test"
}
Now you can see the plan, apply it, and then destroy the infrastructure:
$ terraform plan
$ terraform apply
$ terraform destroy
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
golang-github-iancmcc-packer-post-processor-ovftool-0-0.1.git95d584f.lbn19.x86_64
Exposes VMware's OVF Tool as a Packer post-processor, enabling VMware builds to produce OVA/OVF artifacts.
For the sake of simplicity, only a few of ovftool's options are currently exposed, but adding more would be a simple task. Contributions are welcome.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
golang-github-raintank-raintank-probe-0.0.1-1.git2f1cd31.lbn19.x86_64
Raintank collector package written in GO.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
golang-github-terraform-providers-ibm-0.17.3-0.1.gitcbdac69.lbn25.x86_64
export IC_API_KEY="IBM Cloud API Key"
export SL_API_KEY="SoftLayer API Key"
export SL_USERNAME="SoftLayer username associated with SL_API_KEY".
Add the plug-in provider to the Terraform configuration file.
provider "ibm" {}
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-aws-2.27.0-0.1.gitaf5ee16.lbn25.x86_64
Terraform aws provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-azurerm-1.33.1-0.1.git4cf12ba.lbn25.x86_64
Terraform azurerm provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-chef-0.2.0-0.1.git1e64b80.lbn25.x86_64
Terraform chef provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-docker-2.2.0-0.1.git8a5b696.lbn25.x86_64
Terraform docker provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25