Hey everyone, Was just curios about one thing, st...
# general
a
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
Yes Pulumi can do this. Using the automation api is very popular among platform teams to write a API services that create infrastructure.
🙏 1
🙏 1
a
Thanks, really appreciate it. Will give it a go this coming week