Fill in missing outputs in modules.html.md.

This commit is contained in:
Jeremy Voorhis 2015-02-13 21:27:54 -08:00
parent 3339593292
commit 729939f122
1 changed files with 5 additions and 2 deletions

View File

@ -83,7 +83,9 @@ With the modules downloaded, we can now plan and apply it. If you run
``` ```
$ terraform plan $ terraform plan
TODO ...
+ module.consul
4 resource(s)
``` ```
As you can see, the module is treated like a black box. In the plan, Terraform 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 $ 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 After a few minutes, you'll have a three server Consul cluster up and