-
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
azurerm_api_management_named_value not supporting versionless keyvault secret id. #12637
Comments
I suspect the LOC on the resource in provider key vault secret id validation need to replace with func NestedItemIdWithOptionalVersion from "secret_id": { |
@tombuildsstuff Can we've a ETA for the same? Would be appreciated if we've any workaround for the same. Its blocking from creation of named value pairs for api management resources. |
@tombuildsstuff raised a PR for the fix #12641. Please review and let me know :) Thanks. Please run all set of checks as well on my PR would be appreciated. :) |
This functionality has been released in v2.69.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_XXXXX
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Should allow create a named value in api managment azurerm_api_management_named_value resource without any errors.
Actual Behaviour
Steps to Reproduce
terraform apply
secret_id = azurerm_key_vault_secret.MasterData-InternalProductLimit.versionless_id
identity_client_id = var.object_id
}
Important Factoids
References
The text was updated successfully, but these errors were encountered: