Skip to content

Commit a332433

Browse files
paultyngappilon
andauthored
Update acctest/doc.go
Co-Authored-By: appilon <[email protected]>
1 parent 1170507 commit a332433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acctest/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package acctest
1919
// acctest.UseBinaryDriver("provider_name", Provider)
2020
// resource.TestMain(m)
2121
// }
22-
//
22+
// Where `Provider` is the function that returns the instance of a configured `terraform.ResourceProvider`
2323
// Some providers already have a TestMain defined, usually for the purpose of enabling test
2424
// sweepers. These additional occurrences should be removed.
2525
//

0 commit comments

Comments
 (0)