Skip to content

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

@HaranadhK

Description

@HaranadhK

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions