Skip to content

Commit ba650da

Browse files
committed
Update variables.tf
1 parent 6a39bd2 commit ba650da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ variable "custom_login_image" {
2828
variable "bastion_boot_volume_size" {}
2929
variable "bastion_boot_volume_backup" {}
3030
variable "bastion_boot_volume_backup_type" {default = "INCREMENTAL"}
31-
variable "bastion_boot_volume_backup_period" {default = "ONE_WEEK"}
32-
variable "bastion_boot_volume_backup_retention_seconds" {default = "2419200"}
31+
variable "bastion_boot_volume_backup_period" {default = "ONE_DAY"}
32+
variable "bastion_boot_volume_backup_retention_seconds" {default = "7776000"}
3333
variable "bastion_boot_volume_backup_time_zone" {default = "REGIONAL_DATA_CENTER_TIME"}
3434
variable "cluster_network_shape" { default = "BM.HPC2.36" }
3535
variable "instance_pool_shape" { default = "VM.Standard2.4" }

0 commit comments

Comments
 (0)