Skip to content

Commit

Permalink
Merge pull request #769 from MarkDordoy/patch-1
Browse files Browse the repository at this point in the history
Update claims_mapping_policy.md
  • Loading branch information
manicminer authored Apr 13, 2022
2 parents c302cae + 49654d9 commit 058f410
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/resources/claims_mapping_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ resource "azuread_claims_mapping_policy" "my_policy" {
}
),
]
description = "Policy created with Terraform"
display_name = "My Policy"
}
```
Expand All @@ -52,7 +51,6 @@ resource "azuread_claims_mapping_policy" "my_policy" {
The following arguments are supported:

* `definition` - (Required) The claims mapping policy. This is a JSON formatted string, for which the [`jsonencode()`](https://www.terraform.io/language/functions/jsonencode) function can be used.
* `description` - (Required) The description for this Claims Mapping Policy.
* `display_name` - (Required) The display name for this Claims Mapping Policy.

## Attributes Reference
Expand Down

0 comments on commit 058f410

Please sign in to comment.