Skip to content

How can I refer to an output in the remote state? #1353

Discussion options

You must be logged in to vote

Is this lacking in the Terraform Provider for DigitalOcean or is this a misconfiguration from my end? I

Remote state management is a feature of Terraform itself. It is not implemented by individual providers. The terraform_remote_state data source is a built-in provider provided by terraform.io/builtin/terraform. Unfortunately this can sometime make it difficult to use with S3 alternatives as they can use AWS-specific functionality by default.

The S3 remote state offers options to disable those for compatibility with S3 alternatives like DigitalOcean Spaces. You can find documentation on those here:

https://docs.digitalocean.com/products/spaces/reference/terraform-backend/

The config fo…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@danaelhe
Comment options

@AnonymousWP
Comment options

@AnonymousWP
Comment options

@andrewsomething
Comment options

Answer selected by AnonymousWP
@AnonymousWP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants