Skip to content

Commit

Permalink
Doc: policy_set_definition's policy_definition_id should not use …
Browse files Browse the repository at this point in the history
…`policy_set_definition_id` (#19929)

Fixes #19003
  • Loading branch information
wuxu92 authored Jan 10, 2023
1 parent c3e143f commit 8f1d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/policy_set_definition.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following arguments are supported:

A `policy_definition_reference` block supports the following:

* `policy_definition_id` - (Required) The ID of the policy definition or policy set definition that will be included in this policy set definition.
* `policy_definition_id` - (Required) The ID of the policy definition that will be included in this policy set definition.

* `parameter_values` - (Optional) Parameter values for the referenced policy rule. This field is a JSON string that allows you to assign parameters to this policy rule.

Expand Down

0 comments on commit 8f1d8eb

Please sign in to comment.