cloudposse / terraform-aws-emr-cluster

Terraform module to provision an Elastic MapReduce (EMR) cluster on AWS
https://cloudposse.com/accelerate
Apache License 2.0
72 stars 81 forks source link

fix: unquote references in ignore_changes #21

Closed svrakitin closed 4 years ago

svrakitin commented 4 years ago

what

In this context, references are expected literally rather than in quotes. Terraform 0.11 and earlier required quotes, but quoted references are now deprecated and will be removed in a future version of Terraform. Remove the quotes surrounding this reference to silence this warning.



## why
* avoid these warnings in logs
nitrocode commented 4 years ago

/test all

aknysh commented 4 years ago

/rebuild-readme

aknysh commented 4 years ago

/terraform-fmt

aknysh commented 4 years ago

/test all