Adding tests for vpc, subnets, and route tables (#31)
* Adding base-level tests for simple-example * gitignoring test kitchen internals * incorporating feedback from newcontext folks * comment clean up before PR * upgrading to kt 3.1.x * test repaired for kt 3 compat * removing the gemfile lock * making md linter happy and adjusting content to match test fixture * PR feedback and rubocop compliance
Showing
.kitchen.yml
0 → 100644
.ruby-version
0 → 100644
Gemfile
0 → 100644
# frozen_string_literal: true | ||
ruby '2.4.2' | ||
source 'https://rubygems.org/' do | ||
gem 'aws-sdk', '~> 3.0.1' | ||
gem 'awspec', '~> 1.4.0' | ||
gem 'kitchen-terraform', '~> 3.1' | ||
gem 'kitchen-verifier-awspec', '~> 0.1.1' | ||
gem 'rhcl', '~> 0.1.0' | ||
end |
Please register or sign in to comment