is it possible to declare the azure env variables in a terraform.tfvars file instead of using export ARM_…?
I created a terraform.tfvars file in /config/terraform with the 4 vars. when I run terraspace up stack, I get:
Building .terraspace-cache/eastus2/dev/stacks/fortigate
ERROR: Required Azure env variables missing. Please set these env variables:
ARM_CLIENT_ID
ARM_CLIENT_SECRET
is there any plan to support azure managed identity? This is helpful if using a machine in azure to deploy as it does not require the ARM_CLIENT_ID and ARM_CLIENT_SECRET. I did attempt to set the env “ARM_USE_MSI” but received the message that the client and secret are required.