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

Internal validation of the provider failed #7

Closed
antonbabenko opened this issue Feb 22, 2019 · 1 comment
Closed

Internal validation of the provider failed #7

antonbabenko opened this issue Feb 22, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@antonbabenko
Copy link

To Reproduce

$ terraform version
Terraform v0.11.11
+ provider.dropbox (unversioned)
provider "dropbox" {}

data "dropbox_user_current" "curr" {}

output "user_id" {
  value = "${data.dropbox_user_current.curr.account_id}"
}
$ terraform plan

Error: provider.dropbox: Internal validation of the provider failed! This is always a bug
with the provider itself, and not a user issue. Please report this bug:

1 error occurred:
	* resource dropbox_folder_members: No Update defined, must set ForceNew on: []string{"message", "quiet"}
@callensm callensm self-assigned this Feb 24, 2019
@callensm callensm added the bug Something isn't working label Feb 24, 2019
@callensm
Copy link
Owner

Fixed in PR #8

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
None yet
Development

No branches or pull requests

2 participants