caf-route-table

aztfmod/caf-route-table/azurerm

Terraform Module HCL AZURERM ✓ Verified ⏱ stale 3y 1mo

Azure route table module for Cloud Adoption Framework for Azure landing zones

Install

module "caf-route-table" {
source = "aztfmod/caf-route-table/azurerm"
version = "0.4.1"
}
⭐ Source on GitHub 📦 Registry page

README

![VScodespaces](https://online.visualstudio.com/environments/new?name=terraform-azurerm-caf-route-table&repo=aztfmod/terraform-azurerm-caf-route-table) Deploys a route table and routing table entries Creates a routing table object and a set of routing table entries. The route object is not linked to any subnet, you need to attach using azurerm_subnet_route_table_association as per https://www.terraform.io/docs/providers/azurerm/r/subnet_route_table_association.html Reference the module to a specific version (recommended): ``hcl module "route_table" { source = "aztfmod/caf-route-table/azurerm" version = "0.x.y" prefix = local.prefix tags = local.tags convention = local.convention resource_group_name = azurerm_resource_group.rg_test.name location = local.location route_table = local.route_ta

Inputs (9)

NameTypeDescriptionDefault
tagsstring(Required) map of tags for the deployment required
conventionstring(Required) Naming convention method to use required
locationstring(Requires) Location where to create the resource required
route_tablestring(Required) route table object to be created required
next_hop_in_dynamic_private_ipstring(Optional) dynamically passing private ip address which is an output of another required
resource_group_namestring(Required) Name of the resource group where to create the resource required
prefixstring(Optional) You can use a prefix to the name of the resource""
postfixstring(Optional) You can use a postfix to the name of the resource""
max_lengthstring(Optional) You can speficy a maximum length to the name of the resource"60"

Outputs (3)

object — Returns the full object of the created route table
id — Returns the ID of the created route table
name — Returns the name of the created route table

Resources (1)

azurerm_route_table

Details

FrameworkTerraform Module
LanguageHCL
Version0.4.1
Cloud AZURERM
★ Stars0
Forks9
Total downloads5.6k
Inputs9
Outputs3
Resources1
Examples1
LicenseMIT
Namespaceaztfmod
Updated