Closed adrianriobo closed 5 months ago
After a larger discussion within the Cloudwash Community
, we have decided to not to go with pulumi for multiple reasons:
deletion only
(cleanup) kind of projects as its keep records for whats created by it and then deletes it finally
A possible solution to include some IaC framework could be Pulumi, pulumi would offer resources management in a declarative way as Terraform would do.
The key benefit would be use python as language to integrate the IaC framework instead of orchestrate invokations for tf scripts (which should be define using terraform syntax)
Some additional resources:
Small presentation on Pulumi:
Some project on pulumi (golang):