1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Files
terraform-aws-eks/Gemfile
T
brandoconnor 07aba1b766 first commit
2018-06-06 20:55:23 -07:00

10 lines
190 B
Ruby

# frozen_string_literal: true
ruby '2.4.2'
source 'https://rubygems.org/' do
gem 'awspec', '~> 1.4.2'
gem 'kitchen-terraform', '~> 3.2'
gem 'kitchen-verifier-awspec', '~> 0.1.1'
end