You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a hard one to fix. There are a couple of fragile hoops to get powershell snippets generated on the client uploaded to the server (base64 encoding, winrm and task scheduler xml involved) and possible its not handling escaping of single quotes correctly.
If .tf file (while being in UTF8 of course) contains something like:
than it seems that provider does not create VM and leaves not very helpful message:
with debug enabled I could see this just before previous message:
The problem can probably be the same for some other properties like paths, but I did not check this.
The text was updated successfully, but these errors were encountered: