S034¶
SchemasStandardRemoved · no longer reports
check for Schema that configure PromoteSingle
This check no longer reports
It targeted a Terraform Plugin SDK v1 API that no longer exists. The ID is
retained permanently so existing //lintignore: comments and CI flags keep
working. See Removed checks.
This terraform-plugin-sdk (v1) analyzer was removed upstream in tfproviderlint v0.30.0 and reports nothing in tfsprout. Its ID is retained so existing //lintignore: comments and CI flags keep working.
The S034 analyzer reports cases of schemas which enable PromoteSingle, which is not valid after Terraform 0.12. Existing implementations of PromoteSingle prior to Terraform 0.12 can be ignored currently.
Examples¶
Ignoring reports¶
Singular reports can be ignored by adding a //lintignore:S034 Go code comment at the end of the offending line or on the line immediately preceding, e.g.
This page is generated from passes/S034/README.md, which lives beside the analyzer.