-
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
APIM Named Value Display Name unexpected validation error #24831
Comments
Same issue here; I did reproduce with version 3.90.0 and terraform plan was succesful so it was introduced in the latest release (3.91.0) |
I’ve raised PR #24832 to fix this |
i have started getting same error in my application . what version am i supposed to change, it was working perfectly fine till day before yesterday |
@rdhaundiyalf5 you can pin the version of azurerm to 3.90.0
The issue should be fixed in v3.92.0 once it’s released. |
Thanks @alexwiese , i did that already and it started working. Earlier I was trying with v3.92.0 as I thought it was released |
We use a pipeline that always uses the latest version of terraform and azurerm. Does anyone have any ideas other than limiting the display_name to one character and waiting for the new version to be distributed? |
My code also picks the latest terraform version and I am still getting the same error. Can anyone please help me with the ETA. when is it going to be fixed and what version should I use? I have already tried 3.90 and 3.91 but no luck. |
Ran into same issue with version 3.91.0 provider. Downgraded provider version to 3.90.0 and plan/apply is working fine again. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.7.3
AzureRM Provider Version
3.91.0
Affected Resource(s)/Data Source(s)
azurerm_api_management_named_value
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No validation error is returned, the named value is deployed successfully.
Actual Behaviour
Validation error is raised, the named value is not deployed successfully.
Steps to Reproduce
Important Factoids
Issue only started with v3.91.0 of the provider. Appears to be introduced by #24749
References
No response
The text was updated successfully, but these errors were encountered: