terraform-provider-dropbox

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2021 License: MIT Imports: 2 Imported by: 0

README

Terraform Dropbox Provider

This Terraform provider was modeled off of the unofficial Dropbox Golang SDK. Follow the usage documentation from that repository to setup your Dropbox application and generate an access token prior to using this provider.

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

access_token is the generated auth token from Dropbox when you create an application through their developer console. It can be manually placed in the provider configuration as shown above, or if not provided, it will automatically attempt to retrieve the token value from the DROPBOX_TOKEN environment variable.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL