Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

randomcoww/terraform-provider-libvirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simpler version of https://github.com/dmacvicar/terraform-provider-libvirt.

  • Takes libvirt XML as input.
  • Define and undefine domains only - guests will not be started or stopped.

GO111MODULE=on GOOS=linux go install

Env

podman run -it --rm \
  -v $(pwd):/go/src/github.com/randomcoww/terraform-provider-libvirt \
  -w /go/src/github.com/randomcoww/terraform-provider-libvirt \
   golang:alpine sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages