I am trying to provision an EMR stack using Terraform, the codebase was developed and tested in Mac/Linux. I am trying to do provisioning from a Windows VDI using Cygwin.
Here is the error:
Error: Unexpected External Program Results: The data source received unexpected results after executing the program
The code is trying to get data from aws_secretsmanager
and using data external to echo the secret_string
Has anyone come across an error like this? Thanking you in advance!