Did you know you could turn Terraform output into a PowerShell object? I hadn't even considered doing it until I needed to do it recently. https://www.phillipsj.net/posts/using-terraform-outputs-in-powershell/
Using Terraform Outputs in Powershell • Jamie Phillips
I have been using Terraform for more than five years, and in that time, I’ve never needed to consume outputs from executed Terraform until recently. It was a strange realization, and I found myself deciding the best way to do it. You may have noticed that I have been using Terraform with .NET, and I’ve also been using a project called Invoke-Build for my build scripting. I have found Invoke-Build and .



