nhsx / antibody-web

Web application for finger prick covid19 antibody Lateral Flow Tests (LFT) and interpreting results
MIT License
28 stars 10 forks source link

specify terraform version in README #101

Open lpmi-13 opened 4 years ago

lpmi-13 commented 4 years ago

as of terraform 12, only string interpolation actually needs "${...}" syntax, and while this currently just throws a warning in the console, in future versions of terraform it will become an error.

I'm happy to submit a PR to clean up a few of the unnecessary usages of "${...}"in the tf files, just wanted to confirm that terraform 12+ is being used, otherwise better to leave as is.