Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AliCloud is the provider for creating resources in the alibaba cloud. AliCloud = provider("alicloud") // 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") // Ironic is the provider for provisioning baremetal machines managed by Ironic. Ironic = provider("ironic") // 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 ¶
UnpackTerraformBinary unpacks the terraform binary from the embedded data so that it can be run to create the infrastructure for the cluster.
Types ¶
Click to show internal directories.
Click to hide internal directories.