DEV Community

Cover image for πŸ“Œ How to trigger actions on Azure resources with Terraform?
tarak-brainboard for Brainboard

Posted on • Originally published at linkedin.com

πŸ“Œ How to trigger actions on Azure resources with Terraform?

βœ… 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

Top comments (0)