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
Prompting for values even if default is defined. This will help to modify the values if the default is not right in your case but majority of cases. Right now, if a default value is present, there is no way of knowing if the option (ie variable) is configurable or not.
Use-cases
Something like:
ssh_keyname:
Enter a value (Press return to keep the default value of "mykey"):
The text was updated successfully, but these errors were encountered:
I’m doing a clean-up of older issues that haven’t gained traction but also don’t coincide with our current focus and near term plans.
We don't currently have any plans to change the interactive UX of input variables at this time, but we'll keep our eyes and ears open for other intersecting requests.
We appreciate every idea and contribution to Terraform, even if we can't get to them all. My door is always open to talk about Terraform both present and future.
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 have 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.
ghost
locked as resolved and limited conversation to collaborators
Dec 12, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Terraform Version
Feature
Prompting for values even if default is defined. This will help to modify the values if the default is not right in your case but majority of cases. Right now, if a default value is present, there is no way of knowing if the option (ie variable) is configurable or not.
Use-cases
Something like:
The text was updated successfully, but these errors were encountered: