LarryWisherMan
LarryWisherMan
The issue seems related to `$WrappedCmd` and it being null when trying to call commands from the Microsoft.PowerShell.PSResourceGet module. A workaround I found was installing this module ```powershell Install-Module -Name...
Sampler doesn't have any built-in task to do this. I've played around with the idea by using conventual commits and then creating a custom invoke-build task. I haven't used it...
I have also experienced this bug - calculating the bytes value seems to work around it. You have pinpointed the issue though Example reference: memory_size_bytes = 8 * (1024 *...
@chkp-eviatars - it appears I'm actually on terraform Nutanix provider version 2.3.1 - my apologizes
@chkp-eviatars Sorry once more - I'm at my computer - I'll share my spec and working code best of luck! : terraform version: 1.9.5 Nutanix provider version: 2.3.1 Env: Dev...
@chkp-eviatars I don't have access to windows build env for our Nutanix builds with terraform. Reviewing the issue a bit more though - I believe this is related to running...
@chkp-eviatars It’s not that Terraform or the Nutanix provider itself is intentionally tied to 64-bit, it’s a side effect of how Go handles integer sizes at compile time. Terraform and...