sn_testnet_deploy

Function do_clean

source
pub fn do_clean(
    name: &str,
    environment_type: Option<EnvironmentType>,
    working_directory_path: PathBuf,
    terraform_runner: &TerraformRunner,
    inventory_types: Option<Vec<AnsibleInventoryType>>,
) -> Result<()>