Terraform configuration of the ironpeak infrastructure.
This repository contains all necessary configuration to bring the full ironpeak.be stack online.
- Terraform will apply the configuration to our base infrastructure:
- Cloudflare resources in
modules/cloudflare/
- GitHub resources in
modules/github/
- Scaleway Kapsule which brings us our Kubernetes cluster in
modules/scaleway/
- Kubernetes configuration (shared resources such as namespaces) in
kubernetes/
- Cloudflare resources in
- Install shared application instances via Helm 3 in
helm/
istio/
: the istio policy configuration viaistioctl
Test the plan with terraform plan
or execute it: terraform apply
.