You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key.
Debug Output
ad_group.g: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to ad_group.g, provider "provider["registry.terraform.io/hashicorp/ad"]" produced an unexpected new value: Root resource was present, but now
│ absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Panic Output
Expected Behavior
What should have happened?
AD group creation process should have been graceful and reflected in the state
Next time when we run again, it does not see any changes, it wont touch the resource.
If there are changes, it goes and update the resource.
If we remove the resource "ad_group" block, it should be able to delete the resource.
This is what expected with terraform.
Actual Behavior
What actually happened?
AD group created and not tracked in the state.
ad_group.g: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to ad_group.g, provider "provider["registry.terraform.io/hashicorp/ad"]" produced an unexpected new value: Root resource was present, but now
│ absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
Important Factoids
References
GH-1234
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Hi @nhemchandra and all, I have to use provider for Windows AD for adding users to AD group hosted by Production grade AD server. while the documentation says the current provider is still in experimental phase and has to mature to be implemented in production and to have support.
Are there any workarounds for the same using Terraform for user addition to AD groups or AD group creation.
Terraform Version and Provider Version
Terraform v1.2.9
Windows Version
MAC or Windows10
Affected Resource(s)
Terraform Configuration Files
Debug Output
ad_group.g: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to ad_group.g, provider "provider["registry.terraform.io/hashicorp/ad"]" produced an unexpected new value: Root resource was present, but now
│ absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Panic Output
Expected Behavior
What should have happened?
AD group creation process should have been graceful and reflected in the state
Next time when we run again, it does not see any changes, it wont touch the resource.
If there are changes, it goes and update the resource.
If we remove the resource "ad_group" block, it should be able to delete the resource.
This is what expected with terraform.
Actual Behavior
What actually happened?
AD group created and not tracked in the state.
ad_group.g: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to ad_group.g, provider "provider["registry.terraform.io/hashicorp/ad"]" produced an unexpected new value: Root resource was present, but now
│ absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: