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

[ISSUE] Provider v1.0.54 intersight_bulk_mo_merger broken again. #287

Closed
3 tasks done
scotttyso opened this issue Sep 8, 2024 · 3 comments
Closed
3 tasks done

[ISSUE] Provider v1.0.54 intersight_bulk_mo_merger broken again. #287

scotttyso opened this issue Sep 8, 2024 · 3 comments

Comments

@scotttyso
Copy link

scotttyso commented Sep 8, 2024

Bug Report Checklist

  • Have you provided a full/minimal configuration to reproduce the issue?
  • Have you [tested with the latest master] to confirm the issue still exists?
  • Have you provided the terraform console logs with environment variable set to TF_LOG=trace?
Description
Terraform-provider-intersight version

v1.0.54

Configuration file
# module.profiles["map"].intersight_bulk_mo_merger.trigger_profile_update["Asgard/r143e-1-1-8"] will be created
resource "intersight_bulk_mo_merger" "trigger_profile_update" {
  class_id     = "bulk.MoMerger"
  merge_action = "Merge"
  object_type  = "bulk.MoMerger"
  sources {
    class_id    = "server.ProfileTemplate"
    moid        = "65d378aa77696e3201f89b24"
    object_type = "server.ProfileTemplate"
  }
  targets {
    class_id    = "server.Profile"
    moid        = "669557f477696e3201c4e0fc"
    object_type = "server.Profile"
  }
}
Actual output (Attach screenshots if applicable)
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.profiles["map"].intersight_bulk_mo_merger.trigger_profile_update["Asgard/r143e-1-1-8"], provider "provider[\"registry.terraform.io/ciscodevnet/intersight\"]" produced an unexpected new value: Root object was present,
│ but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Related issues/PRs
Suggest a fix
@scotttyso
Copy link
Author

scotttyso commented Sep 8, 2024

@vvb - This worked in v1.0.51 and v1.0.52. I didn't test with v1.0.53 so I am not sure if it worked in 1.0.53 for sure.

@jingiris05
Copy link
Contributor

This issue should be resolved with the latest provider version. @scotttyso Could you please verify ?

@scotttyso
Copy link
Author

This issue is resolved.

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

2 participants