A resource for managing Vultr Snapshots, allowing creation, modification, and deletion of system backups.
Provides a Vultr Snapshot resource. This can be used to create, read, modify, and delete Snapshot.
Create a new Snapshot
The following arguments are supported:
instance_id - (Required) ID of a given instance that you want to create a snapshot from.description - (Optional) The description for the given snapshot.Snapshots often exceed the default timeout built in to all create requests in the provider. In order to customize that, you may specify a custome value in a timeouts block of the resource definition
timeouts - (Optional) The create timeout value can be manually setThe following attributes are exported:
id - The ID for the given snapshot.instance_id - The ID of the instance that the snapshot was created from.description - The description for the given snapshot.date_created - The date the snapshot was created.size - The size of the snapshot in Bytes.status - The status for the given snapshot.os_id - The os id which the snapshot is associated with.app_id - The app id which the snapshot is associated with.Snapshots can be imported using the Snapshot ID, e.g.
0 Comments
Be the first to comment and share your perspective with the community.