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

We are facing some strange issue while using HSDP provider for connectMDM OauthClient resource case #437

Open
HaranadhK opened this issue Dec 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@HaranadhK
Copy link

We are facing some strange issue while using HSDP provider for connectMDM OauthClient resource case

  1. Define required parameters for mdm OAuthclient
  2. redirection_uris = [""] as empty
  3. 'terraform apply' always destroying oauthclient resource with same name and recreating without any change in parameter in every run.
  4. Suppose if we provide some string or space like
    redirection_uris = [" "] or redirection_uris = ["http"] this problem not seen.

in Every run
~ redirection_uris = [ # forces replacement
+ null,
]

Issues: Without change in parameter 'terraform apply' destroying and creating resource in every run.

@loafoe loafoe self-assigned this Dec 6, 2024
@loafoe loafoe added the bug Something isn't working label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants