github.com/openshift/installer@v1.4.17/pkg/types/azure/doc.go (about) 1 // Package azure contains Azure-specific structures for installer 2 // configuration and management. 3 package azure 4 5 // Name is the name for the Azure platform. 6 const Name string = "azure" 7 8 // StackTerraformName is the name used for Terraform code when installing to the Azure Stack platform. 9 const StackTerraformName string = "azurestack"