Marianne Gillfillan

Results 3 comments of Marianne Gillfillan

Yes this is still an issue. I just ran into it today 10/10/2022. I am running terraform in Windows: ```text terraform version Terraform v1.2.7 on windows_amd64 + provider registry.terraform.io/hashicorp/null v3.1.1...

I have been able to get past this error by modifying the source as follows: ```terraform # command = "sleep ${local.delay_in_secs}" # Wait for keys policy to be available. command...

I should further explain the Windows environment in which this happens. I do all my coding in VSCode, so the errors are happening in the PowerShell terminal. I get the...