VladRassokhin / intellij-hcl

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

Moving over to the Terraform plugin SDK #277

Closed lazzurs closed 4 years ago

lazzurs commented 4 years ago

This moves the generate schema script over to the Terrafrom plugin SDK.

This is required as most of the active providers have now moved over and the script will not work with the providers that have migrated without the script also migrating to the SDK.

Also adding the script template dir to the git ignore.

VladRassokhin commented 4 years ago

Thanks for contribution. Actually I've moved all schema related code into separate repository — https://github.com/VladRassokhin/terraform-metadata. Please create PR there.

UPD: Seems it's already done in terraform-metadata repo