Hi @jandrews_0 I'm not sure about variables with spaces. Traditionally,
the quotes are needed inside PowerShell, but in this case this the
Terraform engine reading the parameter. I'm not sure how they interpret
that. My recommendation is that you check with Terraform directly. Now,
is there a reason...
Be warned that the preferences do not get passed to a script block in a
parallel pipeline. You must include a
$whatifpreference=$using:whatifpreference to pass the whatif value.
Assume you get the default. This is also true if using INVOKE-COMMAND
with a script block. It might be very unpleasant if ...
Latest Comments