This is a complete, end-to-end Infrastructure as Code (IaC) example project using Dinghy, showcasing the CloudFront Sites.
Need only once if not already done:
curl -fsSL https://get.dinghy.dev/install.sh | sh
dinghy devcontainer
dinghy render
dinghy tf diff
This command performs the following steps:
- Renders all files in Terraform format (
render --format tf) - Initializes Terraform (
tf init) - Plans the changes with Terraform (
tf plan) - Triggers additional CI/CD notifications and allows for manual job approval
dinghy tf deploy
This command executes the following steps:
- Initializes Terraform (
tf init) - Applies the changes using Terraform (
tf apply) - Triggers additional CI/CD notifications
For detailed documentation and usage examples, visit: https://dinghy.dev
