terraform-provider-kowabunga

command module
v0.54.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

README

Terraform provider for Kowabunga KVM orchestrator

This is a Terraform provider that lets you:

  • provision resources on Kowabunga instance

Getting Started

In your main.tf file, specify the version you want to use:

terraform {
  required_providers {
    kowabunga = {
      source = "dalet-oss/kowabunga"
    }
  }
}

provider "kowabunga" {
  # Configuration options
}

And now run terraform init:

$ terraform init
Provider configuration
provider "kowabunga" {
  uri      = "http://kowabunga:port"
  token    = "kowabunga_api_token"
}
## Authors

* The Kowabunga Project (https://www.kowabunga.cloud/)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL