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 75caa28 commit 2f36714Copy full SHA for 2f36714
helper/resource/importstate/import_block_in_config_file_test.go
@@ -94,8 +94,11 @@ func TestImportBlock_InConfigFile_ConfigExactTrue(t *testing.T) {
94
ResourceName: "examplecloud_container.test",
95
ImportState: true,
96
ImportStateKind: r.ImportBlockWithResourceIdentity,
97
- ConfigFile: config.StaticFile(`testdata/examplecloud_container_import_with_identity.tf`),
98
- ConfigExact: true,
+
+ // This content includes an import block with an ID so we will
99
+ // use the exact content
100
+ ConfigFile: config.StaticFile(`testdata/examplecloud_container_import_with_identity.tf`),
101
+ ConfigExact: true,
102
},
103
104
})
0 commit comments