Skip to content

v0.0.6

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 09 Jan 14:11
0dbcbbf

Modules affected

  • [NEW] run-pex-as-data-source
  • [NEW] run-pex-as-resource

Description

This release introduces modules that support running python PEX files in Terraform in a way such that the scripts themselves do not need to be embedded in the pex. See the documentation to learn more about pex.

  • run-pex-as-data-source can be used to run python pex files as an external data source.
  • run-pex-as-resource can be used to run python pex files as a local-exec provisioner on a null_resource.

Related links