What is the command you can use to set an environment variable named "var1"of type String?
What is the command you can use to set an environment variable named "var1"of type String?A . export TF_VAR_VAR1B . set TF_VAR_var1C . variable "var1" { type = "string"}D . export TF_VAR_var1View AnswerAnswer: D Explanation: The environment variable must be in the format TF_VAR_name, so for the Question: TF_ VAR_var1...