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
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
* data.external.template: data.external.template: command "zappa" produced invalid JSON: json: cannot unmarshal object into Go value of type string
Expected Behavior
The error shows the command which was executed and the output of that command.
Actual Behavior
I receive no useful information about the arguments of the executed command, or the output which failed to be parsed to JSON.
I don't now if this is a "Terraform-can't-parse-valid-JSON" bug, or a "My-program-pooped-the-bed" bug, because the output has no useful information in it, which makes it a "Terraform should be more helpful here in the UX department" bug.
Steps to Reproduce
Create a complex command.
terraform apply
Important Factoids
Running the command manually in my terminal produces valid JSON.
The text was updated successfully, but these errors were encountered:
This issue was originally opened by @Miserlou as hashicorp/terraform#13991. It was migrated here as part of the provider split. The original body of the issue is below.
Terraform Version
Terraform v0.9.3
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
The error shows the command which was executed and the output of that command.
Actual Behavior
I receive no useful information about the arguments of the executed command, or the output which failed to be parsed to JSON.
I don't now if this is a "Terraform-can't-parse-valid-JSON" bug, or a "My-program-pooped-the-bed" bug, because the output has no useful information in it, which makes it a "Terraform should be more helpful here in the UX department" bug.
Steps to Reproduce
terraform apply
Important Factoids
Running the command manually in my terminal produces valid JSON.
The text was updated successfully, but these errors were encountered: