Versions in this module Expand all Collapse all v0 v0.5.1 May 15, 2015 Changes in this version + type Provisioner struct + Attributes interface{} + Environment string + HTTPProxy string + HTTPSProxy string + LogToFile bool + NOProxy []string + NodeName string + PreventSudo bool + RunList []string + SSLVerifyMode string + ServerURL string + SkipInstall bool + ValidationClientName string + ValidationKeyPath string + Version string + func (p *Provisioner) Output(output string) + type ResourceProvisioner struct + func (r *ResourceProvisioner) Apply(o terraform.UIOutput, s *terraform.InstanceState, c *terraform.ResourceConfig) error + func (r *ResourceProvisioner) Validate(c *terraform.ResourceConfig) (ws []string, es []error)