virtual-network-peering

aztfm/virtual-network-peering/azurerm

Terraform Module HCL AZURERM

Terraform module for Microsoft Azure to manage Virtual Network Peering resource.

Install
module "virtual-network-peering" {
source = "aztfm/virtual-network-peering/azurerm"
version = "3.0.0"
}
plain text: /constructs/tfmod-aztfm-virtual-network-peering-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Azure Virtual Network Peering - Terraform Module [devcontainer]: https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/aztfm/terraform-azurerm-virtual-network-peering [registry]: https://registry.terraform.io/modules/aztfm/virtual-network-peering/azurerm/ [releases]: https://github.com/aztfm/terraform-azurerm-virtual-network-peering/releases ![pre-commit](https://github.com/pre-commit/pre-commit) ![Terraform Registry][registry] ![Dev Container][devcontainer] ![License](LICENSE) ![Last release][releases] ![Open in GitHub Codespaces](https://codespaces.new/aztfm/terraform-azurerm-virtual-network-peering?quickstart=1) Version compatibility | Module version | Terraform version | AzureRM version | | -------------- | ----------------- |

Inputs (3)
NameTypeDescriptionDefault
resource_group_namestringThe name of the resource group in which to create the virtual network peering. required
virtual_network_namestringThe full Azure resource ID of the remote virtual network. required
peeringslist(object({ name List containing the blocks for the configuration of the peerings.[]
Outputs (1)
peerings — Blocks containing configuration of each peering.
Resources (1)
azurerm_virtual_network_peering
Details
FrameworkTerraform Module
LanguageHCL
Version3.0.0
Cloud AZURERM
★ Stars2
Forks9
Total downloads38.5k
Inputs3
Outputs1
Resources1
Examples2
LicenseApache-2.0
Namespaceaztfm
Updated