Releases: SublimeText/Terraform
Releases · SublimeText/Terraform
1.3.1
1.3.0
What's Changed
- Update links to official docs on terraform.io by @totoroot in #53
- github: bump linux version to latest by @radeksimko in #57
- Separate HCL syntax into its own file and report it as
source.hcl
(rather thansource.terraform
) by @rchl in #56
New Contributors
- @totoroot made their first contribution in #53
- @radeksimko made their first contribution in #57
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0
Terraform v0.12 rewrite
@patrickrgaffney has kindly rewritten everything to add HCL2 support (used in Terraform v0.12+). See #39 for more info.
Adds symbol indexing
Thanks to @patrickrgaffney for the contribution!
Update for TF v12
Thanks to @Tenzer for the contribution!
Fix for regexes in strings, converted to sublime-syntax
Added data snippet
Added highlighting for local variables
Kindly contributed by @digitalfiz