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
digitalocean_project_resources.kubernetes_resources: Creation complete after 2s [id=659726cb-f350-4c2e-89a1-70e2a3a50941]
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to digitalocean_database_user.argo-db-user, provider "provider[\"registry.terraform.io/digitalocean/digitalocean\"]" 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.
╵
digitalocean_database_user.argo-db-user: Creating...
digitalocean_project_resources.kubernetes_resources: Modifying... [id=659726cb-f350-4c2e-89a1-70e2a3a50941]
digitalocean_project_resources.kubernetes_resources: Modifications complete after 2s [id=659726cb-f350-4c2e-89a1-70e2a3a50941]
╷
│ Error: Error creating Database User: POST https://api.digitalocean.com/v2/databases/d0455f0c-2d72-4ecf-921b-8d15bf9a0d94/users: 422 (request "f122f8d2-cb4e-4cd5-b996-49dda7a5562e") user with that name already exists
│
│ with digitalocean_database_user.argo-db-user,
│ on db.tf line 18, in resource "digitalocean_database_user" "argo-db-user":
│ 18: resource "digitalocean_database_user" "argo-db-user" {
│
╵
Important Factoids
References
The text was updated successfully, but these errors were encountered:
What version of the Terraform provider are you using? The v2.30.0 release contained a number of bug fixes around the digitalocean_database_user resource.
Bug Report
Describe the bug
when running
terraform -chroot=dir apply
on my project athttps://github.com/fugue-state-io/terraform/tree/abe1b6141a1387303aaced3a0bf576ab095816e3
Affected Resource(s)
Expected Behavior
The user should have been created.
Actual Behavior
Provider produced an inconsistent result
Steps to Reproduce
checkout
https://github.com/fugue-state-io/terraform/tree/abe1b6141a1387303aaced3a0bf576ab095816e3
Terraform Configuration Files
db.tf
Terraform version
Terraform v1.5.7
on linux_amd64
Additional context
Rerunning i get this output
Important Factoids
References
The text was updated successfully, but these errors were encountered: