README.md in terradactyl-terraform-0.13.0 vs README.md in terradactyl-terraform-0.15.0

- old
+ new

@@ -1,14 +1,17 @@ # Terradactyl::Terraform -A collection of libraries for executing Terraform CLI operations, managing Terraform binary versions, and other related tasks. +[![Gem Version](https://badge.fury.io/rb/terradactyl-terraform.svg)](https://badge.fury.io/rb/terradactyl-terraform) +![Build Status](https://github.com/vcilabs/terradactyl-terraform/workflows/Build%20Status/badge.svg) +Library for executing Terraform CLI operations, managing Terraform binary versions, and other related tasks. + ## Requirements Requires Ruby 2.5 or greater. -NOTE: While `VersionManager` can fetch & install ANY available version of Terraform, the Terraform sub-command operations are only supported between stable versions `~> 0.11.x` and `~> 0.13.x`. +NOTE: While `VersionManager` can fetch & install ANY available version of Terraform, the Terraform sub-command operations are only supported between stable versions `~> 0.11.x` and `~> 0.15.x`. ## Installation ### Bundler @@ -30,10 +33,10 @@ If you wish to try out some features, launch a `pry` repl and poke around ... $ bundle exec pry -r 'terradactyl/terraform' [1] pry(main)> Terradactyl::Terraform::VERSION - => "0.13.0" + => "0.15.0" ### Managing different Terraform versions The `VersionManager` module can manage different versions of Terraform based on explicit versions or Gem-like expressions: