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
$ 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"}
The text was updated successfully, but these errors were encountered:
To Reproduce
The text was updated successfully, but these errors were encountered: