route-table

claranet/route-table/azurerm

Terraform Module HCL AZURERM

Terraform module for Azure route table

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

Azure Route Table ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![OpenTofu Registry](https://search.opentofu.org/module/claranet/route-table/azurerm/) This feature creates an Azure Route Table with an option to create a Force Tunneling route. You need to associate this Route Table with any subnet that needs those special routing features. Global versioning rule for Claranet Azure modules | Module version | Terraform version | OpenTofu version | AzureRM version | | -------------- | ----------------- | ---------------- | --------------- | | >= 8.x.x | Unverified | 1.8.x | >= 4.0 | | >= 7.x.x | 1.3.x | | >= 3.0 | | >= 6.x.x | 1.x | | >= 3.0 | | >= 5.x.x | 0.15.x | | >= 2.0 | | >= 4.x.x | 0.13.x / 0.14.x | | >= 2.0 | | >= 3.x.x | 0.12.x | | >= 2.0 | | >= 2.x.x | 0.

Inputs (13)
NameTypeDescriptionDefault
locationstringAzure location. required
location_shortstringShort string for Azure location. required
client_namestringClient name/account used in naming. required
environmentstringProject environment. required
stackstringProject stack name. required
resource_group_namestringResource group name. required
bgp_route_propagation_enabledboolOption to enable BGP route propagation on this Route Table.false
default_tags_enabledboolOption to enable or disable default tags.true
name_prefixstringOptional prefix for the generated name.""
name_suffixstringOptional suffix for the generated name.""
custom_namestringCustom Route table name, generated if not set.""
force_tunneling_enabledboolOption to enable a route to Force Tunneling (force 0.0.0.0/0 traffic through thefalse
extra_tagsmap(string)Additional tags to associate with your resources.{}
Outputs (4)
resource — Route table resource object.
force_internet_tunneling_route — Route object for Force Internet Tunneling.
name — Route table name.
id — Route table ID.
Resources (2)
azurerm_routeazurerm_route_table
Details
FrameworkTerraform Module
LanguageHCL
Version8.0.2
Cloud AZURERM
★ Stars0
Forks8
Total downloads103.2k
Inputs13
Outputs4
Resources2
Examples1
LicenseApache-2.0
Namespaceclaranet
Updated