We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6915068 commit cee665eCopy full SHA for cee665e
bastion.tf
@@ -20,7 +20,7 @@ resource "oci_core_volume_attachment" "bastion_volume_attachment" {
20
resource "oci_core_volume_backup_policy" "bastion_boot_volume_backup_policy" {
21
count = var.bastion_boot_volume_backup ? 1 : 0
22
compartment_id = var.targetCompartment
23
- display_name = "${local.cluster_name}-bastion_boot_volume_weekly"
+ display_name = "${local.cluster_name}-bastion_boot_volume_daily"
24
schedules {
25
backup_type = var.bastion_boot_volume_backup_type
26
period = var.bastion_boot_volume_backup_period
0 commit comments