constant

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpenStack     = "OpenStack"
	VSphere       = "vSphere"
	FusionCompute = "FusionCompute"
)

Variables

View Source
var (
	BaseDir               = "/var/kotf"
	TerraformFile         = "terraform.tf"
	MainFile              = "main.tf"
	DataDir               = path.Join(BaseDir, "data")
	ProjectDir            = path.Join(DataDir, "project")
	ResourceDir           = path.Join(BaseDir, "resource")
	OpenStackFilePath     = path.Join(ResourceDir, "openstack")
	VSphereFilePath       = path.Join(ResourceDir, "vsphere")
	FusionComputeFilePath = path.Join(ResourceDir, "fusioncompute")
	TerraformCommand      = "terraform"
	TerraformInit         = "init"
	TerraformApply        = "apply"
	TerraformDestroy      = "destroy"
	TerraformApplyApprove = "-auto-approve"
	TerraformNoColor      = "-no-color"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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