boltops-tools / terraspace

Terraspace: The Terraform Framework
https://terraspace.cloud
Apache License 2.0
674 stars 46 forks source link

OpenSSL version builtin with Terraspace is obsolete #321

Open alexpilon666 opened 1 year ago

alexpilon666 commented 1 year ago

Checklist

My Environment

Software Version
Operating System Ubuntu 22.04 LTS
Terraform 2.2.6
Terraspace 1.5.2
Ruby 3.0.3p157

Expected Behaviour

Terraspace should use the operating system's version of OpenSSL, and not a pre-bundled version.

Current Behavior

When running bash scripts using the data "external" data source, Terraspace seems to use its own bundled version of OpenSSL instead of the default OpenSSL binary from the underlying OS. This causes issues because in our case we required a feature that is only availably in OpenSSL v3.x, and Terraspace comes bundled with OpenSSL v1.x

Step-by-step reproduction instructions

Code Sample

Solution Suggestion