This is a complete, end-to-end Infrastructure as Code (IaC) example project using Dinghy, showcasing the CloudFront Sites Demo.
Need only once if not already done:
curl -fsSL https://get.dinghy.dev/install.sh | sh
dinghy devcontainer
dinghy render
dinghy tf init
dinghy tf plan
dinghy tf apply
dinghy tf diff
Which does following:
- render --format tf
- tf init
- tf plan
- Additional CICD notification and manual job triggering
For detailed documentation and usage examples, visit: https://dinghy.dev
