Skip to content

Commit

Permalink
adding the default values
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit410 committed Dec 10, 2024
1 parent 5feba10 commit cadbe6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/database/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ variable "kms_key_arn" {
variable "allow_major_version_upgrade" {
type = bool
description = "Determine whether postgres major version upgrade is required or not."
default = false
}

variable "allow_multiple_azs" {
type = bool
description = "Determine Amazon RDS Postgres deployment strategy."
default = true
}

0 comments on commit cadbe6f

Please sign in to comment.