From dce231d0ec0ac9fd47c125d33cdff07144753f76 Mon Sep 17 00:00:00 2001 From: Sion Smith Date: Fri, 21 May 2021 08:00:05 +0100 Subject: [PATCH] Update README.md (#42) fixed spelling mistake on route table example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2e868..6d2db38 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ module "vnet" { route_tables_ids = { subnet1 = azurerm_route_table.example.id subnet2 = azurerm_route_table.example.id - subnet3 = azurerm_roiute_table.example.id + subnet3 = azurerm_route_table.example.id }