R017¶
ResourcesStandard
check for (*schema.ResourceData).SetId() receiver method usage with unstable time.Now() value
The R017 analyzer reports (*schema.ResourceData).SetId() usage with unstable time.Now() value. Schema attributes should be stable across Terraform runs.
Examples¶
Ignoring reports¶
Singular reports can be ignored by adding a //lintignore:R017 Go code comment at the end of the offending line or on the line immediately preceding, e.g.
This page is generated from passes/R017/README.md, which lives beside the analyzer.