Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAM user invite always shows force new due to case sensitive of email address #5462

Open
hkantare opened this issue Jun 24, 2024 · 0 comments

Comments

@hkantare
Copy link
Collaborator

hkantare commented Jun 24, 2024

As part of user invite if we have case sensitive on email address it always shows diff

Sample template

resource "ibm_iam_user_invite" "cis_kd-kdl" {
  users = ["HKAVYA26@in.ibm.com"]
  iam_policy {
    roles = ["Object Writer"]
    resources {
      service = "cloud-object-storage"
    }
  }
  lifecycle {
    ignore_changes = [invited_users]
  }
}

terraform {
  required_providers {
    ibm = {
      source = "IBM-Cloud/ibm"
      version = "1.65.0"
    }
  }
}

provider "ibm" {
  # Configuration options
}

Always shows force new if we have case sensitive on email address
Screenshot 2024-06-24 at 11 20 38 AM

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

No branches or pull requests

1 participant