You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
crispinboylan-int
changed the title
azurerm_api_management_product does not respect max subscriptions being 0
azurerm_api_management_product does not respect subscriptions_limit being 0
Nov 25, 2024
Hi @crispinboylan-int thanks for opening this issue. I assume that preventing people from creating subscription keys should just be setting subscription_required = false (not specify subscriptions_limit). Because requiring a subscription but setting it to 0 doesn't seem to make sense, correct?
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.10.0
Affected Resource(s)/Data Source(s)
azurerm_api_management_product
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The maximum subscriptions should be set to 0 (which stops people from being able to create subscription keys on this subscription).
Actual Behaviour
The maximum subscriptions is shown as blank, and users can create as many subscriptions as they like on the product.
Steps to Reproduce
terragrunt apply
check product in api management, the max subscriptions will be blank
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: