Zoltán Reegn
Zoltán Reegn
I will implement an example for this. But first I need to go read your contribution guidelines.
Slowly but surely.
No problem. I don't develop Java nowadays.
@rajiv-k tests seem to be failing.
Just noticed there's a 5 year old feature request for this in terraform: https://github.com/hashicorp/terraform/issues/18381
TBQH the solution that I find likely the easiest to implement and produces the least disruptive change is adding that `@depracated` into the description itself. I suggest going with that...
So until then the next best thing is to try and build the deprecation warnings into a plugin for tflint: https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md
For anyone struggling with this, there is a hacky workaround that works today, using a module. Example: 'function' definition: ```hcl variable "var1" { type = string } variable "var2" {...
This feature is coming to terraform 1.8 so can this be opened up again? See comment here https://github.com/hashicorp/terraform/issues/25584#issuecomment-1967957406
cc @janosdebugs