From 720b062d555c3b39e92bd68e518ca147cee51998 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 8 Aug 2019 08:54:40 -0400 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Nick Fagerlund --- website/docs/internals/resource-addressing.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/internals/resource-addressing.html.markdown b/website/docs/internals/resource-addressing.html.markdown index ce82022ec..dc0e8d13b 100644 --- a/website/docs/internals/resource-addressing.html.markdown +++ b/website/docs/internals/resource-addressing.html.markdown @@ -49,11 +49,11 @@ in any descendent module. __Resource index__: * `[N]` where `N` is a `0`-based numerical index into a resource with multiple - instances specified by the `count` meta-parameter. Omitting an index when + instances specified by the `count` meta-argument. Omitting an index when addressing a resource where `count > 1` means that the address references all instances. * `["INDEX"]` where `INDEX` is a alphanumerical key index into a resource with - multiple instances specified by the `for_each` meta-parameter. + multiple instances specified by the `for_each` meta-argument. ## Examples