-
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
size_in_tb still expecting 2tb minimum #26301
Comments
We also ran into this today when trying to set up a NetApp account |
Thanks for merging the fix that the validation accepts 1tb now. Nonetheless the azurerm resource stillt uses the 2023-05-01 API ant therefore the bug persists! |
Yes, Plan is passed but apply is still failing even though i am using Azurerm version is 4.5.0. How to change the azurerm to use latest API version 2024-01-01 as mentioned in this Microsoft document? https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-set-up-capacity-pool |
Hi team, do we have any update on the same ? |
Hi, any update on resolving this issue? The latest Microsoft.NetApp provider API version is 2024-07-01 az provider show --namespace Microsoft.NetApp --query "resourceTypes[?resourceType=='netAppAccounts/capacityPools'].apiVersions[]" |
Is there an existing issue for this?
Community Note
Terraform Version
1.6.6
AzureRM Provider Version
3.107.0
Affected Resource(s)/Data Source(s)
azurerm_netapp_pool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Pool with a size of 1TB should be created as this "feature" is in now in GA.
https://azure.microsoft.com/fr-fr/updates/general-availability-azure-netapp-files-support-for-1-tib-capacity-pools/
Actual Behaviour
Error: expected size_in_tb to be in the range (2 - 500), got 1
Steps to Reproduce
1.) Create TF Code
2.) Run TF apply
Important Factoids
No
References
No response
The text was updated successfully, but these errors were encountered: