The snapshot resource allows users to manage Consul snapshots of an HCS cluster. Snapshots currently have a retention policy of 30 days.
// Note: Snapshots currently have a retention policy of 30 days. After that time, any Terraform
// state refresh will note that a new snapshot resource will be created.
resource "hcs_snapshot" "default" {
resource_group_name = var.resource_group_name
managed_application_name = var.managed_application_name
snapshot_name = var.snapshot_name
}
timeouts
Optional: