Documentation ¶
Index ¶
Constants ¶
View Source
const (
BaseOps = `` /* 7967-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpsGenerator ¶
type OpsGenerator struct {
// contains filtered or unexported fields
}
func NewOpsGenerator ¶
func NewOpsGenerator(terraformManager terraformManager) OpsGenerator
func (OpsGenerator) GenerateVars ¶
func (o OpsGenerator) GenerateVars(state storage.State) (string, error)
type VarsYAML ¶
type VarsYAML struct { NetworkName string `yaml:"network_name,omitempty"` SubnetworkName string `yaml:"subnetwork_name,omitempty"` InternalTagName string `yaml:"internal_tag_name,omitempty"` ConcourseTargetPool string `yaml:"concourse_target_pool,omitempty"` RouterBackendService string `yaml:"router_backend_service,omitempty"` WSTargetPool string `yaml:"ws_target_pool,omitempty"` SSHProxyTargetPool string `yaml:"ssh_proxy_target_pool,omitempty"` TCPRouterTargetPool string `yaml:"tcp_router_target_pool,omitempty"` CredhubTargetPool string `yaml:"credhub_target_pool,omitempty"` }
Click to show internal directories.
Click to hide internal directories.