Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StackPlatformStages = []terraform.Stage{ stages.NewStage( typesazure.StackTerraformName, "vnet", []providers.Provider{providers.AzureStack}, ), stages.NewStage( typesazure.StackTerraformName, "bootstrap", []providers.Provider{providers.AzureStack, providers.Ignition, providers.Local}, stages.WithNormalBootstrapDestroy(), ), stages.NewStage( typesazure.StackTerraformName, "cluster", []providers.Provider{providers.AzureStack}, ), }
StackPlatformStages are the stages to run to provision the infrastructure in Azure Stack.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.