github gruntwork-io/terraform-aws-utilities v0.8.0

latest releases: v0.10.5, v0.10.4, v0.10.3...
2 years ago

Modules affected

  • executable-dependency [BACKWARD INCOMPATIBLE]
  • operating-system [BACKWARD INCOMPATIBLE]
  • prepare-pex-environment [BACKWARD INCOMPATIBLE]
  • require-executable [BACKWARD INCOMPATIBLE]
  • run-pex-as-data-source [BACKWARD INCOMPATIBLE]
  • run-pex-as-resource [BACKWARD INCOMPATIBLE]

Description

Support for python2 has been dropped. All modules that depend on python now require python 3, and calls out to python3 directly. Most users should not be impacted by this change, as almost all operating systems ship with python3 now.

Migration guide

If you are on a system where python3 is not available and you were relying on python, you will now need to install python3.

Related links

Don't miss a new terraform-aws-utilities release

NewReleases is sending notifications on new releases.