AzBuilder / terrakube

Open source IaC Automation and Collaboration Software.
https://docs.terrakube.io
Apache License 2.0
515 stars 43 forks source link

Run speculative plans on terrakube #1456

Closed BenjaminDecreusefond closed 3 hours ago

BenjaminDecreusefond commented 3 hours ago

Feedback

Hi !

I was wondering if it was possible to run speculative plans on PR in the same way TFE does ?

regards ! :)

alfespa17 commented 3 hours ago

I think this is what your are looking

https://github.com/AzBuilder/terrakube/pull/644

https://github.com/AzBuilder/terrakube/issues/661

BenjaminDecreusefond commented 3 hours ago

Actually what I mean is, let's say I have a VCS workspace. What I'd like is that when folders that are watched by the workspace are updated in a PR from github it runs automatically a speculative plan in Terrakube to be able to preview changes before effectively merging the PR.

alfespa17 commented 3 hours ago

Right now that is not supported, if you want to run a plan you will hace to add the pipeline and use the logic from the above issues to show it

BenjaminDecreusefond commented 3 hours ago

Ok, thank you !