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.
Hi @thennarasud from the provider doc: there's another property customer_managed_key_identity_id with following description:
(Optional) Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if customer_managed_key_id is set.
While I agree there might be a validation / error handling bug here, can you please try supply this property to check if this can solve your problem?
Hi @thennarasud from the provider doc: there's another property customer_managed_key_identity_id with following description:
(Optional) Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if customer_managed_key_id is set.
While I agree there might be a validation / error handling bug here, can you please try supply this property to check if this can solve your problem?
Hi @gerrytan (Gary), I have used this property also in my code, also I have tried updating this value with a new user msi and modified statefile to reflect with `customer_managed_key_identity_id' however still its throwing the parsing error.
I doubt whether this is the Terraform issue, because eventhough i have updated the statefile with `customer_managed_key_identity_id when i checked the ADF JSON file, still my ID is showing as empty. I am not sure whether the issue is residing.
Is there an existing issue for this?
Community Note
Terraform Version
1.6.6
AzureRM Provider Version
4.0.0
Affected Resource(s)/Data Source(s)
azurerm_data_factory
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No changes on your infrastructure
Actual Behaviour
Error: parsing "": parsing "": cannot parse an empty string
│
│ with module.data_factory_frontend.azurerm_data_factory.adf,
│ on ..\modules\az-data-factory\az-data-factory.tf line 6, in resource "azurerm_data_factory" "adf":
│ 6: resource "azurerm_data_factory" "adf" {
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: