class Pfm::Command::ValidatorCommands::Infrastructure
def validate
def validate Terraform::Binary.validate(@workspace.tmp_dir.to_s) msg('Verified repository..') rescue Terraform::Binary::Command::CommandFailure raise ValidationError, 'Failures reported during validation!' end