Skip to content

Instantly share code, notes, and snippets.

@Calcifer777
Created November 5, 2020 08:57
Show Gist options
  • Save Calcifer777/1ea1d9c76df9e6f641c57e56df732f79 to your computer and use it in GitHub Desktop.
Save Calcifer777/1ea1d9c76df9e6f641c57e56df732f79 to your computer and use it in GitHub Desktop.
Ruby terraform 2.7.0 setup
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