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 ea41365 commit 1170507Copy full SHA for 1170507
acctest/doc.go
@@ -5,7 +5,7 @@ package acctest
5
// 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.
+// separated, at a dependency level, from the Terraform CLI, as long as it is >= 0.12.0
9
//
10
// The new test driver must be enabled by initialising the test helper in your TestMain
11
// function in all provider packages that run acceptance tests. Most providers have only
0 commit comments