-
password-reset-zope-2.0.3-1.lbn25.noarch
Reset Zope Admin password
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
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-terraform-providers-alicloud-0.1.0-0.1.git974aa31.lbn25.x86_64
Terraform alicloud provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-azuread-0.6.0-0.1.git43950d5.lbn25.x86_64
Terraform azuread provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-consul-2.5.0-0.1.gitf49bd31.lbn25.x86_64
Terraform consul provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-ignition-1.1.0-0.1.git3db7c4f.lbn25.x86_64
Terraform Ignition provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-null-2.1.2-0.1.git8d3d85a.lbn25.x86_64
Terraform null provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-opc-1.3.7-0.1.git09bd756.lbn25.x86_64
Terraform Oracle Public Cloud provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-random-2.2.0-0.1.git0ce299b.lbn25.x86_64
Terraform random provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-template-2.1.2-0.1.git5333ad9.lbn25.x86_64
Terraform template provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25