Yaozhi Lu:
Hey guys, I have a question on exporting sensitive variables for terraform cloud.
In terraform cloud, I have a sensitive environment Workspace variables defined.
And in my local machine, I added a <http://backend.tf|backend.tf>
file and did a terraform init
. Terraform plan works fine.
I want to do a terraform import
but it gives me that sensitive variable is missing.
I couldnt figure out how to export that variable. Can anyone help me?
(I tried: export SOME_VAR = [\"${SOME_VAR}\"]
but doesnt work)