Documentation
¶
Index ¶
Constants ¶
View Source
const ( // BackendTemplate is a template for a terraform backend BackendTemplate = `` /* 260-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func CreateConfigMap ¶
func CreateConfigMap(key types.NamespacedName, accessKey string, secretKey string, ws *terraformv1.Workspace) *corev1.ConfigMap
CreateConfigMap creates a Kubernetes Configmap with variables that the Terraform Job will reference
func CreateJob ¶
func CreateJob(key types.NamespacedName, tfCmd string, ws *terraformv1.Workspace, pullAlways bool) *batchv1.Job
CreateJob starts a Kubernetes Job that runs Terraform on a given set of files
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.