- Clone the kitchen-terraform repository:
git clone [email protected]:newcontext/kitchen-terraform.git
- Download and install the [required dependencies]
- Run
bundle install --trust-policy MediumSecurity
- In a separate terminal you can run
bundle exec guard
- Please get familiar with the tests and features
- Begin coding!
Tests can be run manually by doing: bundle exec rspec
Style checks can be run manually by doing:
bundle exec rubocop --format clang