Skip to content

Commit 729939f

Browse files
committed
Fill in missing outputs in modules.html.md.
1 parent 3339593 commit 729939f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

website/source/intro/getting-started/modules.html.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ With the modules downloaded, we can now plan and apply it. If you run
8383

8484
```
8585
$ terraform plan
86-
TODO
86+
...
87+
+ module.consul
88+
4 resource(s)
8789
```
8890

8991
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.
9799

98100
```
99101
$ terraform apply
100-
TODO
102+
...
103+
Apply complete! Resources: 3 added, 0 changed, 0 destroyed.
101104
```
102105

103106
After a few minutes, you'll have a three server Consul cluster up and

0 commit comments

Comments
 (0)