Azure / terraform-azurerm-avm-res-keyvault-vault

Azure Verified Module for Key Vault
https://registry.terraform.io/modules/Azure/avm-res-keyvault-vault/azurerm/latest
MIT License
23 stars 26 forks source link

Fix Private endpoint with static IP - change the private_endpoint member name to "default" #118

Closed ahmedig closed 4 months ago

ahmedig commented 4 months ago

Description

This pull request includes a change to the main.private_endpoint.tf file. The change modifies the member_name from "vault" to "default" in the resource "azurerm_private_endpoint" "this" block. This is to address the bug#108.

Type of Change

Checklist

microsoft-github-policy-service[bot] commented 4 months ago

[!IMPORTANT] The "Needs: Triage :mag:" label must be removed once the triage process is complete!

[!NOTE] This label was added as per ITA06.

matt-FFFFFF commented 4 months ago

thanks for this PR - closing as incorporated in #113