question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show a variable description and default value

See original GitHub issue

It would be nice and useful to see variable description and a default value if they exist.

variable "desired_capacity" {
  description = "The maximum size of the auto scale group."
  default = "3"
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
VladRassokhincommented, Jul 9, 2019

Added default value to documentation, will be available in next plugin release.

1reaction
VladRassokhincommented, Jul 9, 2019

Actually Quick Documentation (Cmd+Q) shows description since Sep 2017. intellij-hcl variable quick documentation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Show the default value for a variable - mysql - Stack Overflow
Before modifying or set you can select the variable to see the default value then modify. Method #1. SELECT VARIABLE_VALUE FROM ...
Read more >
Display default initial values of DataTypes in Java
To display default initial values of a datatype, you need to just declare a variable of the same datatype and display it.
Read more >
3 Ways to Set Default Value in JavaScript | SamanthaMing.com
Let's break down the 3 different ways to set Default Values using logical operator, ternary, and if/else...
Read more >
Default Values Assigned to Primitive Data Types in Java
Now, here default values are values assigned by the compiler to the variables which are declared but not initialized or given a value....
Read more >
What is the Default Value of Local Variables in Java? - YouTube
This video explain about the default values of global and local variables in javaIf you like it please do subscribe and keep supporting....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found