influxdata / terraform-aws-influx

Reusable infrastructure modules for running TICK stack on AWS
https://gruntwork.io/
Apache License 2.0
51 stars 43 forks source link

fix: incorrect utilization of condition #24

Closed hdx-machine closed 5 years ago

hdx-machine commented 5 years ago

condition needs to be a list of maps. The var declaration is correct, but it's use is incorrect. It needs the square brackets to preserve it as a list or else the terraform provider complains.