-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for API Management Workspaces #21109
Comments
Having workspaces for Azure API Management in Terraform would make managing and deploying APIs easier and faster. I fully support this feature request. |
Do we have any update on when workspaces will be supported. |
We're eagerly awaiting this feature. Are there any updates? As a workaround, we're currently using |
Workspace are in GA now :-) https://azure.microsoft.com/en-us/updates/v2/workspaces-in-azure-api-management |
Waiting for this feature. |
Much needed feature as workspaces is GA now. |
New ticket opened so referenced. This is much needed now since APIM Workspaces are now GA. Thanks |
Hello there, Any updates on this one? Are there any plans this in 2025? |
Also required. Please provide and update. |
G'Day folks, I am a bit tired of waiting :D So I started to take it into my own hands and started working here: https://github.com/avendretter/terraform-provider-azurerm/tree/feat/APIM_workspaces if you feel like contributing, I am planning to sign up to the Slack for contributors this week. |
@avendretter Thanks. this will help. We are using azapi resource block for now but it should be TF really. A quick FYI - MS have changed something in the last week so when you deploy a workspace gateway it will only work with a /24 subnet. Last week it was working fine with a /27 (the minimum requirement as per their docs) so waiting for them to fix this issue. |
@avendretter this looks good! What about the following resources as well? The below are usually the standard elements someone would need when creating a workspace. Workspace Gateway Do your changes include these or have the scope to include these as an extension to what you have already done? |
Is there an existing issue for this?
Community Note
Description
Add support for API Management Workspaces.
New or Affected Resource(s)/Data Source(s)
azurerm_api_management_workspace
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/api-management/workspaces-overview
The text was updated successfully, but these errors were encountered: