Is there an existing issue for this?
What version of the Terraform provider are you using?
0.3.0-beta1
What version of the Terraform CLI are you using?
1.14.1
What type of issue are you facing
bug report
Describe the bug
Creating a user with "send_mail=true" does end up with the following message:
When applying changes to sci_user.test_user, provider "provider[\"registry.terraform.io/sap/sap-cloud-identity-services\"]" produced an unexpected new value:
│ .sap_extension_user.send_mail: was cty.True, but now cty.False.
Expected Behavior
User is created without an error message and the state is tracked correctly. The user isn't destroyed and newly created with every apply.
Steps To Reproduce
No response
Add screenshots to help explain your problem
No response
Additional context
No response
Is there an existing issue for this?
What version of the Terraform provider are you using?
0.3.0-beta1
What version of the Terraform CLI are you using?
1.14.1
What type of issue are you facing
bug report
Describe the bug
Creating a user with "send_mail=true" does end up with the following message:
Expected Behavior
User is created without an error message and the state is tracked correctly. The user isn't destroyed and newly created with every apply.
Steps To Reproduce
No response
Add screenshots to help explain your problem
No response
Additional context
No response