terraform-plugin-testing version
Use cases
https://github.com/mitchellh/go-testing-interface was archived earlier this year.
Proposal
Consider replacing testing.T usage everywhere with error/skip response structures except for the "front door" resource.Test(), resource.UnitTest(), and resource.ParallelTest() functions.
terraform-plugin-testing version
Use cases
https://github.com/mitchellh/go-testing-interface was archived earlier this year.
Proposal
Consider replacing
testing.Tusage everywhere with error/skip response structures except for the "front door"resource.Test(),resource.UnitTest(), andresource.ParallelTest()functions.