Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
type OutputProvider ¶
type OutputProvider struct {
// contains filtered or unexported fields
}
func NewOutputProvider ¶
func NewOutputProvider(outputter outputter) OutputProvider
type Outputs ¶
type Outputs struct { ExternalIP string `json:"-"` NetworkName string `json:"-"` SubnetworkName string `json:"-"` BOSHTag string `json:"-"` InternalTag string `json:"-"` DirectorAddress string `json:"-"` RouterBackendService string `json:"-"` SSHProxyTargetPool string `json:"-"` TCPRouterTargetPool string `json:"-"` WSTargetPool string `json:"-"` ConcourseTargetPool string `json:"-"` RouterLBIP string `json:"cf_router_lb,omitempty"` SSHProxyLBIP string `json:"cf_ssh_proxy_lb,omitempty"` TCPRouterLBIP string `json:"cf_tcp_router_lb,omitempty"` WebSocketLBIP string `json:"cf_websocket_lb,omitempty"` ConcourseLBIP string `json:"-"` SystemDomainDNSServers []string `json:"cf_system_domain_dns_servers,omitempty"` }
type Outputter ¶
type Outputter struct {
// contains filtered or unexported fields
}
func NewOutputter ¶
func NewOutputter(cmd terraformCmd) Outputter
type TerraformApplyError ¶
type TerraformApplyError struct {
// contains filtered or unexported fields
}
func NewTerraformApplyError ¶
func NewTerraformApplyError(tfState string, err error) TerraformApplyError
func (TerraformApplyError) Error ¶
func (t TerraformApplyError) Error() string
func (TerraformApplyError) TFState ¶
func (t TerraformApplyError) TFState() string
Click to show internal directories.
Click to hide internal directories.