terraform-provider-prismacloudcompute
terraform-provider-prismacloudcompute copied to clipboard
Creating user doesn't work with default roles
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
- Use this example: https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/blob/main/examples/resources/prismacloudcompute_user/resource.tf
- Try to set a default role like Administrator
Screenshots