From e71267e77fc3170f3495c95b1a9af93163572360 Mon Sep 17 00:00:00 2001 From: Dominik from Unique Date: Wed, 27 Sep 2023 00:01:12 +0200 Subject: [PATCH] Doc Fix: Update pim_eligible_role_assignment.html.markdown by removing `principal_type` as required argument.(#23389) --- website/docs/r/pim_eligible_role_assignment.html.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/r/pim_eligible_role_assignment.html.markdown b/website/docs/r/pim_eligible_role_assignment.html.markdown index 26bc8eef33bb..1974c717418c 100644 --- a/website/docs/r/pim_eligible_role_assignment.html.markdown +++ b/website/docs/r/pim_eligible_role_assignment.html.markdown @@ -86,8 +86,6 @@ The following arguments are supported: * `principal_id` - (Required) The principal id. Changing this forces a new Pim Eligible Role Assignment to be created. -* `principal_type` - (Required) The type of principal. Changing this forces a new Pim Eligible Role Assignment to be created. - * `role_definition_id` - (Required) The role definition id. Changing this forces a new Pim Eligible Role Assignment to be created. * `scope` - (Required) The scope. Changing this forces a new Pim Eligible Role Assignment to be created.