Skip to content
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

[FEAT] ...terraform-azurerm-api-management module does not support StandardV2 SKU #5

Open
thenukasandeepa opened this issue Jun 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@thenukasandeepa
Copy link

Community Note

  • 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

@thenukasandeepa thenukasandeepa added the enhancement New feature or request label Jun 18, 2024
@Shr3ps
Copy link
Member

Shr3ps commented Jun 18, 2024

Hello, thanks for this issue,
we will look into it.

@Shr3ps
Copy link
Member

Shr3ps commented Jun 18, 2024

Can you try to pass: StandardV2_1 in the SKU variable?

However, I found this issue: hashicorp/terraform-provider-azurerm#25445

I think we need to wait the provider to fix this properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants