Add section that describes how to use the count meta-argument to conditionally create resources. We use this technique in both the Web App and VM modules.
Remove the point that describes how to use the count meta-argument to create repeatable unnamed resources. Using for_each is always the safer approach, as it depends on static keys rather than dynamic indexes.
count
meta-argument to conditionally create resources. We use this technique in both the Web App and VM modules.count
meta-argument to create repeatable unnamed resources. Usingfor_each
is always the safer approach, as it depends on static keys rather than dynamic indexes.Closes #147, closes #63.