Coder Social home page Coder Social logo

terraform-provider-dropbox's People

Contributors

callensm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

binlabnet

terraform-provider-dropbox's Issues

Make this provider Terraform 0.12 ready

Thank you for this provider!

Is your feature request related to a problem? Please describe.
I'd like to use this provider to manage files (antonbabenko/terraform-docs-as-pdf#2) on Dropbox using Terraform 0.12, but it is not compatible with available 0.12 beta or alpha.

Describe the solution you'd like
Recompile it with Terraform 0.12 source code

Describe alternatives you've considered
Terraform 0.11 potentially will work fine with this provider (see #7), but I would like to use Terraform 0.12 there

Additional context

provider "dropbox" {
  access_token = "${var.token}"
}

data "dropbox_user_current" "curr" {}

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

Gives this error:

Error: Failed to retrieve schema from provider "dropbox": rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: authentication handshake failed: tls: first record does not look like a TLS handshake"

Internal validation of the provider failed

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"}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.