Created
November 5, 2020 08:57
-
-
Save Calcifer777/1ea1d9c76df9e6f641c57e56df732f79 to your computer and use it in GitHub Desktop.
Ruby terraform 2.7.0 setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby '2.7.0' | |
source 'https://rubygems.org/' do | |
gem 'aws-sdk', '~> 3.0.1' | |
gem 'awspec', '~> 1.4.0' | |
gem 'kitchen-terraform', '~> 5.4' | |
gem 'kitchen-verifier-awspec', '~> 0.2.0' | |
gem 'rhcl', '~> 0.1.0' # ruby hcl parser | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment