[AVM Module Issue]: Add an output to reference the provisioned KeyVault name #172
Labels
Language: Terraform 🌐
This is related to the Terraform IaC language
Type: Feature Request ➕
New feature or request
Check for previous/existing GitHub issues
Issue Type?
Feature Request
(Optional) Module Version
No response
(Optional) Correlation Id
No response
Description
Could we introduce a
resource_name
output assigned the valueazurerm_key_vault.this.name
for this AVM?This would avoid having to dissect the
resource_id
output through splitting by using a delimiter and magic numbers for improved code readability.I've seen other AVM's declare
resource
as an output with the entire resource definition (azurerm_key_vault.this
) specified to allow consumers to reference any missing attributes that have been custom defined.I would raise a pull request feature for review including this change but it appears this AVM (like many others) has open contribution disabled as I am unable to create a new branch or push one up into the remote repository.
The text was updated successfully, but these errors were encountered: