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 aa31d82 commit ea41365Copy full SHA for ea41365
acctest/doc.go
@@ -2,7 +2,7 @@ package acctest
2
3
// Package acctest provides the ability to opt-in to the new binary test driver. The binary
4
// test driver allows you to run your acceptance tests with a binary of Terraform instead of
5
-// a source code version included with the testing code. This allows for a number of important
+// an emulated version packaged inside the SDK. This allows for a number of important
6
// enhancements, but most notably a more realistic testing experience and matrix testing
7
// against multiple versions of Terraform CLI. This also allows the SDK to be completely
8
// separated, at a dependency level, from the Terraform CLI.
0 commit comments