With this command I've taken all PowerShell scripts and "saved" the objects to a CSV file using the Export-CSV cmdlet. I've elected to only save a subset of object properties using Select-Object. If I ...
I'm forced to constantly change settings to work in a US/English environment. Since the entire content of the CSV file is shown, and there was absolutely no ";" character used, would it be possible to ...
If you set the CSV record delimiter to the new line character "\n". Every subsequent terraform plan detects a change as the record delimiter is detected as "" and needs to be changed back to "\n".