-
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
Interactive prompt for state management on init wont let you select no for TF cloud #2952
Comments
Have just upgraded to 0.17.0 on my m1 macbook via brew. cdktf always chooses the positive answer regardless of what is entered:
|
Same for me |
Is there an older version of cdktf I can use when I don't want to be forced to select yes for everything? EDIT: ran
and now when I enter no as input it's respected. |
Sorry for the delay on this. #2977 should solve the problem. We'll try to get a patch release out with the fix soon. |
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. |
Expected Behavior
When performing an init the question
? Do you want to continue with Terraform Cloud remote state management? (Y/n)
Is asked. Entering n should not use TF Cloud
Actual Behavior
Any value entered at all (even invalid) results in yes being selected
? Do you want to continue with Terraform Cloud remote state management? yes
Steps to Reproduce
n
for TF cloud questionVersions
cdktf-cli: 0.17.0
node: v18.12.1
terraform: 1.3.6
arch: x64
os: win32 10.0.22621
Providers
No response
Gist
No response
Possible Solutions
No response
Workarounds
No response
Anything Else?
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: