route-table

aztfm/route-table/azurerm

Terraform Module HCL AZURERM

Terraform module for Microsoft Azure to manage Route Table resource.

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

Azure Route Table - Terraform Module ![pre-commit](https://github.com/pre-commit/pre-commit) ![Terraform Registry](https://registry.terraform.io/modules/aztfm/route-table/azurerm/) !GitHub release (latest by date) ![Open in GitHub Codespaces](https://codespaces.new/aztfm/terraform-azurerm-route-table?quickstart=1) 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 | | ---- | ----------- | :--: | :-----: | :------: | |name|The name of the route table.|string|n/a|yes| |resource\_group\_name|The name of the resource group in which to create

Inputs (6)
NameTypeDescriptionDefault
resource_group_namestringThe name of the resource group in which to create the route table. required
locationstringThe location/region where the route table is created. required
namestringThe name of the route table. required
tagsmap(string)A mapping of tags to assign to the resource.{}
disable_bgp_route_propagationboolBoolean flag which controls propagation of routes learned by BGP on that route ttrue
routeslist(object({ name List of objects that represent the configuration of each route.[]
Outputs (7)
subnets — List of the ids of the subnets configured to the route table.
id — The route table configuration ID.
name — The name of the route table.
resource_group_name — The name of the resource group in which to create the route table.
location — The location/region where the route table is created.
tags — The tags assigned to the resource.
routes — Blocks containing configuration of each route.
Resources (2)
azurerm_routeazurerm_route_table
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AZURERM
★ Stars3
Forks9
Total downloads9.6k
Inputs6
Outputs7
Resources2
Examples1
LicenseMIT
Namespaceaztfm
Updated