Defining a variable which reads from a remote storage

Hello Folks!

I’m currently using a local variables in a TF v0.12 project but I’m hoping to use a remote storage (e.g redis) to feed the variable which is a list of strings. My question is:

  • Is it possible to define a variable that can read from a remote key/value storage?
  • if yes, what would be an appropriate storage for this purpose?

Thank you