Modules affected
terraform
Description
- Fix a bug where the
Clone
method interraform.Options
was not properly handling theSshAgent
andLogger
fields within the struct. We now shallow clone these values, as it doesn't make sense to deep clone a channel or logger, respectively.