Skip to content

Commit

Permalink
aws_verifiedpermissions_policy: fix documentation (#37129)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj authored Apr 26, 2024
1 parent 9e20b5a commit 9ac7282
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions website/docs/r/verifiedpermissions_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ The following arguments are required:
* `policy_store_id` - (Required) The Policy Store ID of the policy store.
* `definition`- (Required) The definition of the policy. See [Definition](#definition) below.

The following arguments are optional:

* `optional_arg` - (Optional) Concise argument description. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.

### Definition

* `static` - (Optional) The static policy statement. See [Static](#static) below.
Expand All @@ -61,8 +57,8 @@ The following arguments are optional:

This resource exports the following attributes in addition to the arguments above:

* `arn` - ARN of the Policy. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.
* `example_attribute` - Concise description. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.
* `created_date` - The date the policy was created.
* `policy_id` - The Policy ID of the policy.

## Import

Expand Down

0 comments on commit 9ac7282

Please sign in to comment.