From 90d5bb8be3f742d4b7c0369d6c0646fb1949581f Mon Sep 17 00:00:00 2001 From: Miguel Espinoza Date: Tue, 16 May 2017 19:08:21 +0200 Subject: [PATCH] Update usage.html.markdown (#14384) --- website/source/docs/modules/usage.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/modules/usage.html.markdown b/website/source/docs/modules/usage.html.markdown index 17147a492..6a098b442 100644 --- a/website/source/docs/modules/usage.html.markdown +++ b/website/source/docs/modules/usage.html.markdown @@ -18,7 +18,7 @@ module "consul" { You can view the full documentation for configuring modules in the [Module Configuration](/docs/configuration/modules.html) section. -As you can see, configuring modules is very similar to defining resources, with the exception that we only specify a name rather than a name and a type. This name can be used elsewhere in the configuration to reference the module and its variables. +In modules we only specify a name rather than a name and a type (as in resources). This name can be used elsewhere in the configuration to reference the module and its variables. The existence of the above configuration will tell Terraform to create the resources in the `consul` module which can be found on GitHub at the given URL. Just like a resource, the module configuration can be deleted to remove the module.