On this page
profitbricks_snapshot
Manages snapshots on ProfitBricks.
Example Usage
resource "profitbricks_snapshot" "test_snapshot" {
datacenter_id = "datacenterId"
volume_id = "volumeId"
name = "my snapshot"
}
Argument reference
datacenter_id
- (Required)[string] The ID of the Virtual Data Center.name
- (Required)[string] The name of the snapshot.volume_id
- (Required)[string] The ID of the specific volume to take the snapshot from.
© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_snapshot.html