v0.19.2
Remove symlink, polish documentation @Nuru (#101)
what
- Replace symbolic link to
context.tf
(examples/autoscalinggroup/context.tf
) with copy of file - Move module to top of
context.tf
and clean up documentation comments inside the file
why
- Terraform clones the whole repo, not just the top directory, and the symbolic link causes problems for some IDEs
- Module contains version number and source URL, which should be at the top of the file