https://pulumi.com logo
Title
a

ambitious-translator-75179

05/25/2022, 8:28 AM
Hey everyone, Was just curios about one thing, still trying to scope it and see which one is better for this specific goal. Im trying to create a service that would be able to provision environments, resources. Still cant decide if terraform or pulumi would be a better choice for this specific task. Is there a way to create an API service, where you can send a request and based off that request you are gonna have a resources provisioned for you? IS this something Pulumi could do? - technically, with enough effort... Cheers in advance
e

echoing-dinner-19531

05/25/2022, 8:34 AM
Yes Pulumi can do this. Using the automation api is very popular among platform teams to write a API services that create infrastructure.
:thank-you: 1
🙏 1
a

ambitious-translator-75179

05/25/2022, 8:35 AM
Thanks, really appreciate it. Will give it a go this coming week