Closed rjminsha closed 7 years ago
Here is the diff - https://github.com/terraform-community-modules/tf_aws_vpc/compare/v1.0.2...v1.0.3
I can't reproduce it on 0.9.1, but I can see that there should be tags = {
instead of tags {
in the README example.
Does it help if you empty .terraform/modules
directory before running get
or init
?
Silence = problem solved. Please comment, if not.
Summary
Version 1.0.3 appears to fail with the basic example (parse error) while 1.0.2 does not.
Details
Using the example for the readme
results in
Error loading Terraform: Error downloading modules: module vpc: Error loading .terraform/modules/f683cc22d7f23e2714d32c75c7088cd4/main.tf: parse error: syntax error
Backing up to 1.0.2 does not have this problem.