Skip to content

switch email to use a case insensetive string (fixes #397) - #398

Open
billrich2001 wants to merge 4 commits into
mainfrom
fix/uppercase-email
Open

switch email to use a case insensetive string (fixes #397)#398
billrich2001 wants to merge 4 commits into
mainfrom
fix/uppercase-email

Conversation

@billrich2001

Copy link
Copy Markdown
Contributor

Had AI add test and comments to changlog

What was changed

Switch Email to use a case insensitive string so when terraform compares bill@bill.com with Bill@bill.com they are equivalent (API auto lowercases emails as is standard, this allows users to include capitalization in their email strings)

Why?

User reported error in ticket system

Checklist

  1. Closes [Bug] Error: Provider produced inconsistent result after apply #397

  2. How was this tested:
    Test adding an email that has multi-case in it

  3. Any docs updates needed?
    Don't think it is needed

…ll@bill.com are considered equal. Had AI add test and comments to changlog
@billrich2001
billrich2001 requested a review from a team as a code owner February 4, 2026 17:28
Comment thread CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Error: Provider produced inconsistent result after apply

2 participants