Skip to content

Commit

Permalink
Update data_source_ibm_is_instance_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm committed Sep 12, 2022
1 parent a9fa7c8 commit 87fa804
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ibm/service/vpc/data_source_ibm_is_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ func TestAccIBMISInstanceDataSource_basic(t *testing.T) {
resName, "primary_network_interface.0.port_speed"),
resource.TestCheckResourceAttrSet(
resName, "availability_policy.#"),
resource.TestCheckResourceAttrSet(
resName, "lifecycle_state"),
resource.TestCheckResourceAttr(
resName, "lifecycle_reasons.#", "0"),
),
},
},
Expand Down

0 comments on commit 87fa804

Please sign in to comment.