I wish to create several droplets (DigitalOcean) in a loop and then run Ansible afterwards on the droplets to setup the required software and security measures.
1- I have a project core-infra that encapasses all the core infra related compoents (VPCs, Subnets, ECS Cluster...etc) 2- I have microservice projects with inde
See attached image (the region in blue). I want to find a way to import (or define) that EventBridge trigger for my Lambda in Pulumi. I haven't been able to fin
I am trying to deploy a fargate service on AWS ECS with Pulumi as IaC. Everything works as expected when deploying my Fargate service with: deploymentController
I want to develop and deploy IaC with Pulumi .NET / C# from a VS Code .devcontainer. How can I add this capability to the environment?