-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform Plugin SDK v2 Support #178
Comments
bflad
added a commit
that referenced
this issue
Aug 5, 2020
bflad
added a commit
that referenced
this issue
Aug 5, 2020
… supports Terraform Plugin SDK v2 Reference: #178
It looks like we can easily (and probably should!) support multiple versions of the SDK. #179 implemented the initial support for this and will be released in v0.15.0 of tfproviderlint. New V2 Check issues:
|
Mikechoi78
added a commit
to Mikechoi78/tfproviderlint
that referenced
this issue
May 23, 2022
Mikechoi78
added a commit
to Mikechoi78/tfproviderlint
that referenced
this issue
May 23, 2022
… supports Terraform Plugin SDK v2 (#180) Reference: bflad/tfproviderlint#178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Description
Terraform Plugin SDK v2 has just shipped!
Some housekeeping items:
tfproviderlint
is very dependent on Go module import paths, e.g.github.com/hashicorp/terraform-plugin-sdk/helper/schema
, various places will need to be added to support the new versioning where it makes sense, e.g.github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema
README.md
file should be updated to denote which versions of this tool support which versions of the SDKOnce those changes are in, a major version should be released.
Affected Checks(s)
References
The text was updated successfully, but these errors were encountered: