coinbase / terraform-landscape

Improve Terraform's plan output to be easier to read and understand
Apache License 2.0
1.59k stars 116 forks source link

Fixed bug in which attribute names cannot have whitespace #28

Closed squidarth closed 7 years ago

squidarth commented 7 years ago

Hi there!

I noticed an issue in which landscape assumes that attribute names cannot have spaces in them, where in fact they can. For instance, with aws_cloudwatch_metric_alarm resources, the dimension attribute can have keys that have spaces.

Let me know if this will result in any other issues.

Thanks for putting together this awesome gem!