oracle-terraform-modules / terraform-oci-compute-instance

Terraform Module for creating Oracle Cloud Infrastructure compute instances
https://registry.terraform.io/modules/oracle-terraform-modules/compute-instance/oci/latest
Other
46 stars 62 forks source link

feat(storage): add support for boot volume backup policy #75

Closed kral2 closed 3 years ago

kral2 commented 3 years ago

This feature allows the module user to set a backup policy for boot volume. The user can choose one of the existing default backup policy or affect none.

These keywords are interpreted: "gold", "silver", "bronze", "disabled".

Later iteration on this feature should allows to specify the OCID of an existing backup policy to allow usage of customer-defined backup policies, but also extend this feature to support backup policy on additional block volumes.

Fix: #64