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 3dea9bb commit aff6ff4Copy full SHA for aff6ff4
helper/resource/importstate/import_block_with_id_test.go
@@ -92,6 +92,8 @@ func TestTest_TestStep_ImportBlockId_ExpectError(t *testing.T) {
92
}
93
94
func TestTest_TestStep_ImportBlockId_FailWhenPlannableImportIsNotSupported(t *testing.T) {
95
+ t.Parallel()
96
+
97
r.UnitTest(t, r.TestCase{
98
TerraformVersionChecks: []tfversion.TerraformVersionCheck{
99
tfversion.SkipAbove(tfversion.Version1_4_0), // ImportBlockWithId requires Terraform 1.5.0 or later
0 commit comments