RedHatQE / cloudwash

A cloud resources cleanup utility tool
Apache License 2.0
24 stars 29 forks source link

PoC for refactoring based on Pulumi #100

Closed adrianriobo closed 3 weeks ago

adrianriobo commented 1 year ago

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):

jyejare commented 3 weeks ago

After a larger discussion within the Cloudwash Community, we have decided to not to go with pulumi for multiple reasons: