Documentation
¶
Index ¶
- Constants
- func CreateTFFile(workingDir string, fileName string) error
- func DeleteTFFile(workingDir string, fileName string) error
- func DoesTFFileExist(workingDir string, fileName string) bool
- func GetAddressAndResourceIDFromExistingResourceError(existingResourceErr string) (map[string]string, error)
- func LoadMPFResultFromFile(workingDir string, filename string) (*domain.MPFResult, error)
- func NewTerraformAuthorizationChecker(workDir string, execPath string, varFilePath string, ...) *terraformDeploymentConfig
- func SaveMPFResultsToFile(workingDir string, filename string, mpfResult domain.MPFResult) error
Constants ¶
View Source
const ( TFDestroyStateEnteredFileName = ".azmpfEnteredDestroyPhase.txt" TFExistingResourceErrorMsg = "to be managed via Terraform this resource needs to be imported into the State" // Returning this response will trigger a retry RetryDeploymentResponseErrorMessage = "RetryGetDeploymentAuthorizationErrors" // Retryable errors BillingFeaturesPayloadError = "CurrentBillingFeatures is required in payload" WaitingForDataplaneError = "waiting for the Data Plane" )
This file is created once the destroy phase is entered
Variables ¶
This section is empty.
Functions ¶
func CreateTFFile ¶
func DeleteTFFile ¶
func DoesTFFileExist ¶
func LoadMPFResultFromFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.