Skip to content

Releases: mgtrrz/terraform-completer

v0.2.0

08 Apr 00:38
Compare
Choose a tag to compare

[0.2.0] - 2022-04-07

Added

  • Now successfully provides autocompletion for modules from other Terraform files (.tf) in the same directory.

v0.1.1

08 Nov 22:58
c6005e0
Compare
Choose a tag to compare

Added

  • The extension will now autocomplete module names that exist within your document when referencing it as variable.

v0.1.0

04 Nov 04:07
Compare
Choose a tag to compare

Initial release of the VS Code extension.

Changed

Added

  • Modules autocomplete inputs when provided a source by querying the module registry API.
  • Autocomplete outputs when referencing the module in other parts of code.
  • Readme displays on hover over module source.
  • Snippet for auto adding required inputs for modules.

Removed

  • Extension no longer provides autocomplete for resources, instead relying on the official Terraform language server in the Terraform official extension