From 729939f122c48d9f476bf682fffc2fa2f5c8fd1c Mon Sep 17 00:00:00 2001 From: Jeremy Voorhis Date: Fri, 13 Feb 2015 21:27:54 -0800 Subject: [PATCH] Fill in missing outputs in modules.html.md. --- website/source/intro/getting-started/modules.html.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/modules.html.md b/website/source/intro/getting-started/modules.html.md index 138ab6098..c11c73ef0 100644 --- a/website/source/intro/getting-started/modules.html.md +++ b/website/source/intro/getting-started/modules.html.md @@ -83,7 +83,9 @@ With the modules downloaded, we can now plan and apply it. If you run ``` $ terraform plan -TODO +... ++ module.consul + 4 resource(s) ``` As you can see, the module is treated like a black box. In the plan, Terraform @@ -97,7 +99,8 @@ will have some cost associated with it. ``` $ terraform apply -TODO +... +Apply complete! Resources: 3 added, 0 changed, 0 destroyed. ``` After a few minutes, you'll have a three server Consul cluster up and