Skip to content

v0.30.17

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 05 Nov 14:50
· 828 commits to master since this release
8985b4a

Modules affected

  • terraform

Description

  • Fix a bug where the Clone method in terraform.Options was not properly handling the SshAgent and Logger fields within the struct. We now shallow clone these values, as it doesn't make sense to deep clone a channel or logger, respectively.

Related links