Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update README.md (#35)
Browse files Browse the repository at this point in the history
Typo corrected in example adding route table, route_table_ids should be route_tables_ids

Co-authored-by: Yuping Wei <[email protected]>
  • Loading branch information
stephaneclavel and yupwei68 authored Sep 25, 2020
1 parent 744886b commit cfe5948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfe5948

Please sign in to comment.