Api management take hours in terraform

This page summarizes the projects mentioned and recommended in the original post on /r/AZURE

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • terraform-provider-azurerm

    Terraform provider for Azure Resource Manager

    I think you’ve confused Bicep with terraform. Bicep does use ARM under the covers. Terraform calls the Resource manager REST api. Here is the repo for azurrerm - https://github.com/hashicorp/terraform-provider-azurerm. I don’t think you will find any ARM templates here.

  • apim-landing-zone-accelerator

    The Azure API Management landing zone accelerator provides an architectural approach and reference implementation to prepare landing zone subscriptions for a scalable API Management infrastructure.

    As far as advanced configurations go - https://github.com/Azure/apim-landing-zone-accelerator - there is a full landing zone accelerator for APIM in terraform.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • terraform-provider-azapi

    Terraform provider for Azure Resource Manager Rest API

    Yes, there isn’t 100% support for all resources and attributes (mostly newer resources types and it is being actively developed), but if you really need to handle those edge cases then you can always use azapi - https://github.com/Azure/terraform-provider-azapi.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts