minamijoyo / tfschema

A schema inspector for Terraform / OpenTofu providers
MIT License
295 stars 15 forks source link

Drop Terraform v0.11 support #30

Closed minamijoyo closed 3 years ago

minamijoyo commented 3 years ago

Terraform v0.15 removed the legacy netrpc plugin (protocol v4). https://github.com/hashicorp/terraform/pull/27078

The go-plugin protocol v4 was used in Terraform v0.11. Although, the protocol version used by the provider is independent of core's version, but it's time to drop support for Terraform v0.11.