📌 How to trigger actions on Azure resources with Terraform?

tarak-brainboard - Nov 8 '23 - - Dev Community

✅ Terraform allows you to provision resources, update or destroy them. But if you wonder if there is a way to trigger actions on Azure resource like start, stop, update... you can use the provider Azure/azapi.

👉 Here in this sample architecture, I have a spring boot service with a resource group provisioned with Brainboard.co and use azapi to start or stop the service using Terraform with Brainboard.co

📜 This is mainly for enabling the management of Azure resources that are not yet or may never be supported in the AzureRM provider such as private/public preview services and features.

👉 Want to give it a try? You can do it on https://app.brainboard.co

Link to the provider documentation: https://lnkd.in/em7t93wE

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .