We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
N/A (provider acceptance testing)
local_file
Testing would use available Terraform Plugin SDK TestCheckFunc where possible.
TestCheckFunc
Certain places are manually checking the Terraform state values instead of using helpers, such as helper/resource.TestCheckResourceAttr().
helper/resource.TestCheckResourceAttr()
terraform-provider-local/internal/provider/data_source_local_file_test.go
Lines 38 to 48 in 528138f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version
N/A (provider acceptance testing)
Affected Resource(s)
local_file
Expected Behavior
Testing would use available Terraform Plugin SDK
TestCheckFunc
where possible.Actual Behavior
Certain places are manually checking the Terraform state values instead of using helpers, such as
helper/resource.TestCheckResourceAttr()
.References
terraform-provider-local/internal/provider/data_source_local_file_test.go
Lines 38 to 48 in 528138f
The text was updated successfully, but these errors were encountered: