Method: Terraspace::Shell::Error#shared_cache_error?
- Defined in:
- lib/terraspace/shell/error.rb
#shared_cache_error? ⇒ Boolean
40 41 42 43 44 |
# File 'lib/terraspace/shell/error.rb', line 40 def shared_cache_error? # Example: https://gist.github.com/tongueroo/4f2c925709d21f5810229ce9ca482560 .include?("Failed to install provider from shared cache") || .include?("Failed to validate installed provider") end |