We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ba0a3 commit 1b6fa6fCopy full SHA for 1b6fa6f
civo/volume/resource_volume_attachment.go
@@ -39,6 +39,13 @@ func ResourceVolumeAttachment() *schema.Resource {
39
ForceNew: true,
40
Description: "The region for the volume attachment",
41
},
42
+ "attach_at_boot": {
43
+ Type: schema.TypeBool,
44
+ Optional: true,
45
+ Default: false,
46
+ ForceNew: true,
47
+ Description: "Whether to attach the instance to the volume at boot",
48
+ },
49
50
CreateContext: resourceVolumeAttachmentCreate,
51
ReadContext: resourceVolumeAttachmentRead,
0 commit comments