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
Using Aws provider and DigitalOcean providers as submodules for multi-site deployment. The Aws stuff has been in place and working for months. The DigitalOcean sub module runs fine if I only execute it terraform plan -target=module.do-dev. When I attempt to run the full plan together I run into 'net/http: TLS handshake timeout' on the Digialocean endpoints.
The text was updated successfully, but these errors were encountered:
This message seems to be returned from the DigitalOcean provider rather than from Terraform itself, so unfortunately I don't think there's anything we could change in this repository to improve your situation. Issues in this repository are only for bug reports and feature requests for the Terraform Core (provider-agnostic) behavior, so I'm going to close this issue.
Since it's not clear whether this is a problem with the AWS provider or with the DigitalOcean provider, I might suggest starting by creating a new topic in the Terraform Providers community forum to see if any of the participants there have experience with this strange interaction between the AWS and DigitalOcean providers. If you conclude that it's a bug in one of the two providers then you could then open an issue in either the DigitalOcean provider repository or in the AWS provider repository. Thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Aug 24, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
encrypted debug file
https://www.dropbox.com/s/rwvgaspvt94dpzh/log.txt.gpg?dl=0
Crash Output
None
Expected Behavior
terraform plan returns okay
Actual Behavior
Steps to Reproduce
terraform init
terraform plan
Additional Context
Using Aws provider and DigitalOcean providers as submodules for multi-site deployment. The Aws stuff has been in place and working for months. The DigitalOcean sub module runs fine if I only execute it
terraform plan -target=module.do-dev
. When I attempt to run the full plan together I run into 'net/http: TLS handshake timeout' on the Digialocean endpoints.The text was updated successfully, but these errors were encountered: