Skip to content

Commit

Permalink
Require source_cluster_identifier when restoring to point in time
Browse files Browse the repository at this point in the history
  • Loading branch information
ericluria committed Jun 6, 2024
1 parent 25316fe commit e479e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ variable "timeouts_configuration" {

variable "restore_to_point_in_time" {
type = list(object({
source_cluster_identifier = optional(string, "120m")
source_cluster_identifier = string
restore_type = optional(string, "copy-on-write")
use_latest_restorable_time = optional(bool, true)
restore_to_time = optional(string, null)
Expand Down

0 comments on commit e479e3f

Please sign in to comment.