providers

package
v1.4.16 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// AWS is the provider for creating resources in AWS.
	AWS = provider("aws")
	// AzureRM is the provider for creating resources in the Azure clouds.
	AzureRM = provider("azurerm")
	// AzureStack is the provider for creating resources in Azure Stack.
	AzureStack = provider("azurestack")
	// Google is the provider for creating resources in GCP.
	Google = provider("google")
	// IBM is the provider for creating resources in IBM Cloud.
	IBM = provider("ibm")
	// Ignition is the provider for creating ignition config files.
	Ignition = provider("ignition")
	// Libvirt is the provider for provisioning VMs on a libvirt host.
	Libvirt = provider("libvirt")
	// Local is the provider for creating local files.
	Local = provider("local")
	// Nutanix is the provider for creating resources in Nutanix.
	Nutanix = provider("nutanix")
	// OpenStack is the provider for creating resources in OpenStack.
	OpenStack = provider("openstack")
	// OVirt is the provider for creating resources in oVirt.
	OVirt = provider("ovirt")
	// Time is the provider for adding create and sleep requirements for resources.
	Time = provider("time")
	// VSphere is the provider for creating resource in vSphere.
	VSphere = provider("vsphere")
	// VSpherePrivate is an internal provider augmenting the VSphere provider by adding functionality.
	VSpherePrivate = provider("vsphereprivate")
)

Functions

func UnpackTerraformBinary

func UnpackTerraformBinary(dir string) error

UnpackTerraformBinary unpacks the terraform binary from the embedded data so that it can be run to create the infrastructure for the cluster.

Types

type Provider

type Provider struct {
	// Name of the provider.
	Name string
	// Source of the provider.
	Source string
}

Provider is a terraform provider.

func (Provider) Extract

func (p Provider) Extract(dir string) error

Extract extracts the provider from the embedded data into the specified directory.

Jump to

Keyboard shortcuts

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