We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1170507 commit a332433Copy full SHA for a332433
acctest/doc.go
@@ -19,7 +19,7 @@ package acctest
19
// acctest.UseBinaryDriver("provider_name", Provider)
20
// resource.TestMain(m)
21
// }
22
-//
+// Where `Provider` is the function that returns the instance of a configured `terraform.ResourceProvider`
23
// Some providers already have a TestMain defined, usually for the purpose of enabling test
24
// sweepers. These additional occurrences should be removed.
25
//
0 commit comments