class TerraformLandscape::Printer

def apply_prompt(output)

def apply_prompt(output)
  return unless output =~ /Enter a value:\s+$/
  output[/Do you want to perform these actions.*$/m, 0]
end