Coder Social home page Coder Social logo

aztfm / terraform-azurerm-virtual-network-peering Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 9.0 33 KB

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

Home Page: https://registry.terraform.io/modules/aztfm/virtual-network-peering/azurerm/

License: MIT License

HCL 100.00%
virtual-network-peering azure-resource-manager terraform-module terraform azure

terraform-azurerm-virtual-network-peering's Introduction

Azure Virtual Network Peering - Terraform Module

pre-commit Terraform Registry GitHub release (latest by date)

Open in GitHub Codespaces

Version compatibility

Module version Terraform version AzureRM version
>= 2.x.x >= 1.3.x >= 2.0.0
>= 1.x.x >= 0.13.x >= 2.0.0

Parameters

The following parameters are supported:

Name Description Type Default Required
resource_group_name The name of the resource group in which to create the virtual network peering. string n/a yes
virtual_network_name The full Azure resource ID of the remote virtual network. string n/a yes
peerings List containing the blocks for the configuration of the peerings. list(object({})) [] no

The peerings supports the following:

Name Description Type Default Required
name The name of the virtual network peering. string n/a yes
remote_virtual_network_id The full Azure resource ID of the remote virtual network. string n/a yes
allow_virtual_network_access Controls if the VMs in the remote virtual network can access VMs in the local virtual network. bool true no
allow_forwarded_traffic Controls if forwarded traffic from VMs in the remote virtual network is allowed. bool false no
allow_gateway_transit Controls gatewayLinks can be used in the remote virtual network’s link to the local virtual network. bool false no
use_remote_gateways Controls if remote gateways can be used on the local virtual network. bool false no

Outputs

The following outputs are exported:

Name Description Sensitive
peerings Blocks containing configuration of each peering. no

terraform-azurerm-virtual-network-peering's People

Contributors

dependabot[bot] avatar gareda avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.