You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments