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 "+1" or "me too" comments, 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
Description
Hi,
The module currently does not support deploying an API Management instance with the StandardV2 SKU.
It's giving me following error when set the SKU to StandardV2 in the module's parameters.
│ Error: invalid value for sku_name (This is not a valid Api Management sku name.)
│
│ with module.apim.azurerm_api_management.apim,
│ on ../../modules/terraform-module-azure-api-mgt/r-api-management.tf line 8, in resource "azurerm_api_management" "apim":
│ 8: sku_name = var.sku_name
Please add support for the StandardV2 SKU in the terraform-azurerm-api-management module.
New or Affected Resource(s)/Data Source(s)
azurerm_api_management
Potential Terraform Configuration
No response
References
No response
The text was updated successfully, but these errors were encountered:
Community Note
Description
Hi,
The module currently does not support deploying an API Management instance with the StandardV2 SKU.
It's giving me following error when set the SKU to StandardV2 in the module's parameters.
│ Error: invalid value for sku_name (This is not a valid Api Management sku name.)
│
│ with module.apim.azurerm_api_management.apim,
│ on ../../modules/terraform-module-azure-api-mgt/r-api-management.tf line 8, in resource "azurerm_api_management" "apim":
│ 8: sku_name = var.sku_name
Please add support for the StandardV2 SKU in the terraform-azurerm-api-management module.
New or Affected Resource(s)/Data Source(s)
azurerm_api_management
Potential Terraform Configuration
No response
References
No response
The text was updated successfully, but these errors were encountered: