nullstone
nullstone copied to clipboard
Support Pulumi
Overview
Nullstone supports composable infrastructure. Some users would like to use Pulumi for their infra modules.
what is status on this issue? would like to work on this
Hey @Vivekgaddigi ! This hasn't been the highest requested feature.
The implementation is part of our engine which is closed-source at the moment.
The biggest problem to solve is mapping Pulumi to similar concepts as Terraform:
- How do we run a plan and apply? (Most users want to see changes before applying them)
- How do we execute Pulumi via golang?
- How do we capture outputs for modules matching these contracts: https://docs.nullstone.io/extending/contracts/overview.html ?
- How do we collect information about the resources managed by Pulumi?
Sounds interesting. So this issue not the priority right now?