Describe the bug
I don't know if this is a real issue. But if it's meant to be generic, perhaps the OS could be removed from the key value?
Steps to reproduce
See this line of code:
|
-backend-config="key=${TF_VAR_tre_id}${TF_VAR_workspace_id}${TF_VAR_parent_service_id}guacamolewindowsvm" |
Describe the bug
I don't know if this is a real issue. But if it's meant to be generic, perhaps the OS could be removed from the
keyvalue?Steps to reproduce
See this line of code:
AzureTRE/templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/deploy.sh
Line 16 in d90d492