Using the Terraform Docker Provider with a DigitalOcean droplet resource #580
Unanswered
AlexEscalante
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Terraform to create Digital Ocean droplets, and I would like to use the Docker provider to set up my app after the droplet is created, however, I can't configure the Docker provider to use the droplet:
I can't interpolate the address of the created droplet inside the provider block, I get the following error:
Error: Error initializing Docker client: unable to parse docker host
How can I get this working?
Thanks in advance for any help…
Beta Was this translation helpful? Give feedback.
All reactions