Skip to content

Commit 85caa45

Browse files
committed
Fix style
1 parent 01e7d02 commit 85caa45

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module "asg" {
7373

7474
Normally this module creates both Auto Scaling Group (ASG) and Launch
7575
Configuration (LC), and connect them together. It is possible to customize
76-
this behaviour passing different parameters to this module:
76+
this behavior passing different parameters to this module:
7777

7878
1. To create ASG, but not LC. Associate ASG with an existing LC:
7979

@@ -88,10 +88,7 @@ launch_configuration = "existing-launch-configuration"
8888
create_asg = false
8989
```
9090

91-
1. To disable creation of both resources (LC and ASG) you can specify both
92-
arguments `create_lc = false` and `create_asg = false`. Sometimes you need
93-
to use this way to create resources in modules conditionally but Terraform
94-
does not allow to use `count` inside `module` block.
91+
1. To disable creation of both resources (LC and ASG) you can specify both arguments `create_lc = false` and `create_asg = false`. Sometimes you need to use this way to create resources in modules conditionally but Terraform does not allow to use `count` inside `module` block.
9592

9693
## Examples
9794

0 commit comments

Comments
 (0)