4 ms·
This is a really good idea! I've worked with both Azure and AWS - we've mainly used Powershell scripts and both their SDKs to deploy resources. For AWS we were
by abdouls 4y ago
This is a really good idea! I've worked with both Azure and AWS - we've mainly used Powershell scripts and both their SDKs to deploy resources.
For AWS we were still using the sdks / cli to deploy but for Azure we went to bicep (Azure's api really sucked as it kept being updated very often and caused the Az module to stop working).
I can see value in this as it grows!
- goncaloo 4y agoThank you! We're focusing on a terraform provider for now but we want to also provide an SDK and a portal in the future.