Skip to content

Commit

Permalink
drs/replication_configuration_template: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jun 18, 2024
1 parent 038d967 commit df1acae
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@ resource "aws_drs_replication_configuration_template" "test" {
staging_area_subnet_id = aws_subnet.test[0].id
pit_policy {
enabled = true
interval = 60
retention_duration = 120
units = "MINUTE"
enabled = false
interval = 14
retention_duration = 21
units = "DAY"
rule_id = 1
}
staging_area_tags = {
Expand Down

0 comments on commit df1acae

Please sign in to comment.