sidilabs / terraform-order

VSCode extension to order variables in terraform code.
MIT License
0 stars 4 forks source link

Reserved words matcher #3

Closed pedro-carranza closed 2 years ago

pedro-carranza commented 2 years ago

Create a way to store the terraform reserved words and search for them on the code

Rodolfodc commented 2 years ago

Define an hierarchy stack of reserved words group. The reserved words are specific for each kind of resources, the matcher should be able to understand it.

Rodolfodc commented 2 years ago

Break into two tasks:

  1. Reserved words hierarchy engine.
  2. Reserved words analyzer (match)
pedro-carranza commented 2 years ago

This issue was split into two issues (https://github.com/sidilabs/terraform-order/issues/18 and https://github.com/sidilabs/terraform-order/issues/19)