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
Plan fails with TLS handshake error consistently when using Terraform0.12.6. The plan succeeds when using Terraform v0.11.11 or when using Terraform 0.12.6 with terraform plan -parallelism=1
Steps to Reproduce
terraform init
terraform plan
Additional Context
The issue is reproduced consistently in the above script which has 10 Terraform OCI provider, for 10 different regions and has 10 data sources, one per provider.
When Terraform plan is executed on this script using Terraform 0.11.11 , the script always executes successfully. However, when the script is executed using Terraform 0.12.6, some of the datasources always return net/http: TLS handshake timeout. The exact datasources change based on execution but the issue is always reproduced.
When setting the -parallelism=1 with Terraform 0.12, the script executes successfully. I tried running the script on different terraform versions since 0.12.4 to 0.12.6 and different OCI provider versions am able to reproduce the issue.
The text was updated successfully, but these errors were encountered:
This is not an issue with the provider. For some reason, HashiBot thinks this is an OCI provider issue but we explicitly filed this against Terraform repo as the behavior differs between Terraform versions.
This issue was originally opened by @varmax2511 as hashicorp/terraform#22456. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
Plan should have succeeded.
Actual Behavior
Plan fails with TLS handshake error consistently when using
Terraform0.12.6
. The plan succeeds when usingTerraform v0.11.11
or when using Terraform 0.12.6 withterraform plan -parallelism=1
Steps to Reproduce
terraform init
terraform plan
Additional Context
The issue is reproduced consistently in the above script which has 10 Terraform OCI provider, for 10 different regions and has 10 data sources, one per provider.
When
Terraform plan
is executed on this script using Terraform 0.11.11 , the script always executes successfully. However, when the script is executed using Terraform 0.12.6, some of the datasources always returnnet/http: TLS handshake timeout
. The exact datasources change based on execution but the issue is always reproduced.When setting the
-parallelism=1
with Terraform 0.12, the script executes successfully. I tried running the script on different terraform versions since 0.12.4 to 0.12.6 and different OCI provider versions am able to reproduce the issue.The text was updated successfully, but these errors were encountered: