https://github.com/datadrivers/workshop-terraform
This repository includes the documentation and the code examples for a terraform workshop.
https://github.com/datadrivers/workshop-terraform
terraform
Last synced: 8 months ago
JSON representation
This repository includes the documentation and the code examples for a terraform workshop.
- Host: GitHub
- URL: https://github.com/datadrivers/workshop-terraform
- Owner: datadrivers
- Created: 2022-04-22T15:56:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T13:12:00.000Z (12 months ago)
- Last Synced: 2025-08-04T07:36:20.380Z (10 months ago)
- Topics: terraform
- Language: HCL
- Homepage: https://datadrivers.github.io/workshop-terraform
- Size: 111 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Workshop
This repository includes the documentation and the code examples for a terraform workshop.
## Development
### Run website locally
```bash
cd docs
bundle install
bundle exec jekyll serve
```
or if you do not have faith in your local ruby installation
```bash
docker run --rm -ti -p 4000:4000 -v "$(pwd)":/repo ruby:3.2.8-bookworm /repo/run.sh
```