Skip to content

Commit 3c0ea98

Browse files
committed
update test
1 parent 1b6fa6f commit 3c0ea98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: civo/volume/resource_volume_attachment_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ func TestAccCivoVolumeAttachment_basic(t *testing.T) {
3737
resource.TestCheckResourceAttrSet(resName, "id"),
3838
resource.TestCheckResourceAttrSet(resName, "instance_id"),
3939
resource.TestCheckResourceAttrSet(resName, "volume_id"),
40+
resource.TestCheckResourceAttrSet(resName, "attach_on_boot"),
4041
),
4142
},
4243
},
@@ -98,6 +99,7 @@ resource "civo_volume_attachment" "foobar" {
9899
instance_id = civo_instance.vm.id
99100
volume_id = civo_volume.foo.id
100101
region = "LON1"
102+
attach_on_boot = true
101103
}
102104
`, name, name)
103105
}

0 commit comments

Comments
 (0)