Hello! I’m noob with terraform and I was wondering what are the best practices for deploying an API Manager in a Azure CI/CD pipeline.
I would like to understand how we can have immediate reversibility in the context of deploying an API Manager with terraform
Thanks!
I recommend using remote backend for state, tf modules, reusable assets, ci/cd pipelines. Here A best practices guide for Terraform CI/CD workflows (buildkite.com) you have more information, etc.
THANKS! This is indeed a good starting point!