Skip to content

Commit

Permalink
Merge pull request #40674 from stefanfreitag/d-resiliencehub_resilien…
Browse files Browse the repository at this point in the history
…cy_policy-fix-example

docs: fix example code for resource aws_resiliencehub_resiliency_policy
  • Loading branch information
ewbankkit authored Dec 23, 2024
2 parents d232f29 + a974adb commit 62c8cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/resiliencehub_resiliency_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Terraform resource for managing an AWS Resilience Hub Resiliency Policy.

```terraform
resource "aws_resiliencehub_resiliency_policy" "example" {
policy_name = "testexample"
policy_description = "testexample"
name = "testexample"
description = "testexample"
tier = "NonCritical"
Expand Down

0 comments on commit 62c8cd4

Please sign in to comment.