» 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.