Skip to content

Commit 6a39bd2

Browse files
committed
boot volume backup policy update
1 parent 1a9d691 commit 6a39bd2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

schema.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ variableGroups:
189189
- ${ssh_cidr}
190190
- ${marketplace_source_images}
191191
- ${marketplace_version_id}
192-
- ${bastion_boot_volume_bkup_policy}
193192
- ${bastion_boot_volume_backup_period}
194193
- ${bastion_boot_volume_backup_retention_seconds}
195194
- ${bastion_boot_volume_backup_time_zone}

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ variable "bastion_boot_volume_backup_type" {default = "INCREMENTAL"}
3131
variable "bastion_boot_volume_backup_period" {default = "ONE_WEEK"}
3232
variable "bastion_boot_volume_backup_retention_seconds" {default = "2419200"}
3333
variable "bastion_boot_volume_backup_time_zone" {default = "REGIONAL_DATA_CENTER_TIME"}
34-
variable "bastion_boot_volume_bkup_policy" { default = "ocid1.volumebackuppolicy.oc1..aaaaaaaa7hwv7iscewqqcmyqe2zuzfce6setvckhbxduswtxf6ctew7e54ja" }
3534
variable "cluster_network_shape" { default = "BM.HPC2.36" }
3635
variable "instance_pool_shape" { default = "VM.Standard2.4" }
3736
variable "node_count" { default = 2 }

0 commit comments

Comments
 (0)