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 9134249 commit 074363aCopy full SHA for 074363a
data_source_obmcs_core_vnic_test.go
@@ -41,7 +41,7 @@ func (s *DatasourceCoreVnicTestSuite) TestAccDatasourceCoreAttachVnic_basic() {
41
instance_id = "${oci_core_instance.t.id}"
42
}
43
data "oci_core_vnic" "t" {
44
- vnic_id = "${lookup(data.oci_core_vnic_attachments.va.vnic_attachments[0],"vnic_id")}"
+ vnic_id = "${lookup(data.oci_core_vnic_attachments.t.vnic_attachments[0],"vnic_id")}"
45
}`,
46
Check: resource.ComposeTestCheckFunc(
47
resource.TestCheckResourceAttrSet(s.ResourceName, "id"),
0 commit comments