-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdktf deploy fails with "Unexpected token c in JSON at position 1" #1729
Comments
It looks to me like |
Hi @DanielMSchmidt, the step you requested executes correctly: |
Hi @mbaranovski, are you using the |
That was the case! Thanks @ansgarm & @DanielMSchmidt |
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Community Note
cdktf & Language Versions
Affected Resource(s)
Debug Output
Before
cdktf
plan is executed:After the plan JSON is generated:
Expected Behavior
Stack deploys
Actual Behavior
The
cdktf
plan generates the JSON correctly and exists with exit code 0. However after that whatever comes next after plan (I assume it'sapply
) fails with error:Unexpected token c in JSON at position 1
with no stack trace.Steps to Reproduce
Important Factoids
Fails on GH Actions, works locally.
The text was updated successfully, but these errors were encountered: