Skip to content

Commit

Permalink
Update resiliency_policy.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
LearningNewbie authored Nov 18, 2024
1 parent fddff90 commit 21c5931
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ resource "awscc_resiliencehub_resiliency_policy" "example" {
tier = "MissionCritical"
policy = {
software = {
rpo_in_secs = 3600
rpo_in_secs = 900
rto_in_secs = 3600
}
hardware = {
rpo_in_secs = 3600
rto_in_secs = 3600
rpo_in_secs = 300
rto_in_secs = 300
}
region = {
rpo_in_secs = 1200
rto_in_secs = 1200
rpo_in_secs = 300
rto_in_secs = 300
}
az = {
rpo_in_secs = 1200
rto_in_secs = 1200
rpo_in_secs = 300
rto_in_secs = 300
}
}
policy_description = "This is an example policy"
Expand Down

0 comments on commit 21c5931

Please sign in to comment.