Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PlatformStages = []terraform.Stage{ stages.NewStage( "alibabacloud", "cluster", []providers.Provider{providers.AliCloud}, ), stages.NewStage( "alibabacloud", "bootstrap", []providers.Provider{providers.AliCloud}, stages.WithNormalBootstrapDestroy(), ), stages.NewStage( "alibabacloud", "slb_attach_controlplane", []providers.Provider{providers.AliCloud}, stages.WithCustomBootstrapDestroy(removeFromLoadBalancers), ), }
PlatformStages are the stages to run to provision the infrastructure in Alibaba Cloud.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.