|
|
|
|
|
by pensatoio
2361 days ago
|
|
No, you should not use terraform with Docker. Use something like microk8s or docker-compose to spin up containers for local development, then run terraform against k8s/ECS/your platform of choice to codify the infrastructure as code. |
|