VladRassokhin / intellij-hcl

HCL language support for IntelliJ platform based IDEs
Apache License 2.0
244 stars 47 forks source link

Support `precondition` and `postcondition` lifecycle blocks #381

Open G-Rath opened 2 years ago

G-Rath commented 2 years ago

Coming to Terraform 1.2.0: https://github.com/hashicorp/terraform/pull/30401

They use the same logic as custom validation under the hood, so hopefully that can be reused here (since the properties are the same)