QuickDoc for a property that has "Default" would be great if it were displayed:
I don't know if there needs to be a separate issue, but it appears the plugin does not display any "Removed" strings, either, and nor does it warn about them:
provider "template" {}
resource "template_file" "t" {
filename = "" // <-- has "Removed": "Use the 'template' attribute instead."
}
Actual Behavior
Displays only the property name, along with its (unenforced) HCL type, without any mention of the Default
Prerequisites
Installation details
Build #IU-192.6262.58, built on August 20, 2019
0.7.5
Terraform v0.12.7
Terraform Configuration Files
Expected Behavior
This is similar to #154
QuickDoc for a property that has "Default" would be great if it were displayed:
I don't know if there needs to be a separate issue, but it appears the plugin does not display any
"Removed"
strings, either, and nor does it warn about them:Actual Behavior
Displays only the property name, along with its (unenforced) HCL type, without any mention of the Default