Manages snapshots on ProfitBricks.
resource "profitbricks_snapshot" "test_snapshot" { datacenter_id = "datacenterId" volume_id = "volumeId" name = "my snapshot" }
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 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_snapshot.html