This repository includes the documentation and the code examples for a terraform workshop.
cd docs
bundle install
bundle exec jekyll serve
or if you do not have faith in your local ruby installation
docker run --rm -ti -p 4000:4000 -v "$(pwd)":/repo ruby:3.2.8-bookworm /repo/run.sh