Connect to snowflake from the terraform cloud runner

Hi!

I’m using snowflake module from the quickstart guide to set up Snowflake db and it works great! But, it does not seem possible to use it with the terraform cloud cause in this case everything is ran remotely, not on my machine. so the cloud runner can’t read the file form the variable ‘snowflake_private_key_path’ cause it is located only on my local machine.

do you have any plans to change it and may be introduce another variable ‘snowflake_private_key’ which may accept the content of the private key and be stored as a workspace variable in the terraform cloud? or do you guys think there could be some other workaround for it?