vim-terraform
vim-terraform copied to clipboard
basic vim/terraform integration
#105 improved matters, but still left this: > I have to work through the case where ``` tags = { thing = "whatever" } ``` > because currently it becomes...
When an open-source project that I use is looking for a maintainer, I like to try and volunteer. At a minimum, I typically will update documentation when I notice that...
The following terraform code: ``` locals { test =
I frequently use block comments to disable sections of terraform code using /* to start disabling and */ to complete. As expected, the code will turn "grey" and lose syntax...
OpenTofu 1.8 adds support for [`.tofu` files](https://opentofu.org/docs/intro/whats-new/#override-files-for-opentofu-keeping-compatibility) which override `.tf` files of the same name. The syntax is still the same, so we can apply the usual `terraform` filetype configuration...