You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ terraform plan
module.gcloud_test.data.external.env_override[0]: Reading...
╷
│ Error: External Program Execution Failed
│
│ with module.gcloud_test.data.external.env_override[0],
│ on terraform-google-gcloud\main.tf line 73, in data "external" "env_override":
│ 73: program = ["${path.module}/scripts/check_env.sh"]
│
│ The data source received an unexpected error while attempting to execute
│ the program.
│
│ Program: terraform-google-gcloud/scripts/check_env.sh
│ Error: fork/exec terraform-google-gcloud/scripts/check_env.sh: %1 is not a
TL;DR
Im trying to run the code as mentioned in the documentation https://github.com/terraform-google-modules/terraform-google-gcloud/ but im unable to run it locally and I get the error as mentioned here
Expected behavior
The code should tun without any issues
Observed behavior
$ terraform plan
module.gcloud_test.data.external.env_override[0]: Reading...
╷
│ Error: External Program Execution Failed
│
│ with module.gcloud_test.data.external.env_override[0],
│ on terraform-google-gcloud\main.tf line 73, in data "external" "env_override":
│ 73: program = ["${path.module}/scripts/check_env.sh"]
│
│ The data source received an unexpected error while attempting to execute
│ the program.
│
│ Program: terraform-google-gcloud/scripts/check_env.sh
│ Error: fork/exec terraform-google-gcloud/scripts/check_env.sh: %1 is not a
Terraform Configuration
Terraform Version
Additional information
Both TF version v1.3.6 and 1.2.0 throws the error as mentioned here
The text was updated successfully, but these errors were encountered: