Skip to content

Commit 1170507

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

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
@@ -5,7 +5,7 @@ package acctest
55
// an emulated version packaged inside the SDK. This allows for a number of important
66
// enhancements, but most notably a more realistic testing experience and matrix testing
77
// against multiple versions of Terraform CLI. This also allows the SDK to be completely
8-
// separated, at a dependency level, from the Terraform CLI.
8+
// separated, at a dependency level, from the Terraform CLI, as long as it is >= 0.12.0
99
//
1010
// The new test driver must be enabled by initialising the test helper in your TestMain
1111
// function in all provider packages that run acceptance tests. Most providers have only

0 commit comments

Comments
 (0)