From cfe5948751d805fed63b8942d7bc8e76102f88bd Mon Sep 17 00:00:00 2001 From: stephaneclavel Date: Fri, 25 Sep 2020 04:30:26 +0200 Subject: [PATCH] Update README.md (#35) Typo corrected in example adding route table, route_table_ids should be route_tables_ids Co-authored-by: Yuping Wei <56525716+yupwei68@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57fefbe..f653901 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ module "vnet" { subnet_prefixes = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"] subnet_names = ["subnet1", "subnet2", "subnet3"] - route_table_ids = { + route_tables_ids = { subnet1 = azurerm_route_table.example.id subnet2 = azurerm_route_table.example.id subnet3 = azurerm_roiute_table.example.id