JetBrains / teamcity-hashicorp-vault-plugin

TeamCity plugin to support HashiCorp Vault
Apache License 2.0
28 stars 18 forks source link

Show a variable description and default value #13

Closed sugdyzhekov closed 6 years ago

sugdyzhekov commented 6 years ago

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"
}