Skip to content

Commit

Permalink
docs: fix example code for resource
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitag committed Dec 22, 2024
1 parent 2376576 commit a974adb
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 a974adb

Please sign in to comment.