Group creation with mail nickname fails in preview #426
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
What happened?
Trying to create a new group resource where the
mailNickname
is generated using string interpolation.Error message:
Expected Behavior
Group successfully created
Steps to reproduce
Use code here: https://gist.github.com/pierskarsenbarg/102812d1f5f3f6adc8d1955ce38d6ea3
The update should fail.
If you set the
mailNickname
input to be normal string then it succeeds.Also if you comment out the group resource (so only create the random string), run the update and then re-enable the group and run the update it works. It seems to only be when the two resources are created together. Even using
dependsOn
fails.Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: