terraform-provider-prismacloudcompute icon indicating copy to clipboard operation
terraform-provider-prismacloudcompute copied to clipboard

Creating user doesn't work with default roles

Open sim55649 opened this issue 1 year ago • 1 comments

Describe the bug

Following your example, I'm not able to create new users that uses default roles. It only works if the roles assigned is a custom one.

Expected behavior

I should be able to create user using default roles

Current behavior

I can't create new users using default roles, but works only for custom.

Steps to reproduce

  1. Use this example: https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/blob/main/examples/resources/prismacloudcompute_user/resource.tf
  2. Try to set a default role like Administrator

Screenshots

image image

sim55649 avatar Oct 12 '23 14:10 sim55649