Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 373 Bytes

File metadata and controls

19 lines (13 loc) · 373 Bytes

Terraform Workshop

This repository includes the documentation and the code examples for a terraform workshop.

Development

Run website locally

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