Skip to content

Commit cee665e

Browse files
committed
Update bastion.tf
1 parent 6915068 commit cee665e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bastion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "oci_core_volume_attachment" "bastion_volume_attachment" {
2020
resource "oci_core_volume_backup_policy" "bastion_boot_volume_backup_policy" {
2121
count = var.bastion_boot_volume_backup ? 1 : 0
2222
compartment_id = var.targetCompartment
23-
display_name = "${local.cluster_name}-bastion_boot_volume_weekly"
23+
display_name = "${local.cluster_name}-bastion_boot_volume_daily"
2424
schedules {
2525
backup_type = var.bastion_boot_volume_backup_type
2626
period = var.bastion_boot_volume_backup_period

0 commit comments

Comments
 (0)