infrablocks / ruby_terraform

A simple Ruby wrapper for invoking terraform commands.
MIT License
109 stars 33 forks source link

Add Support for the `-migrate-state` flag in `terraform init` #132

Closed phene closed 1 year ago

phene commented 1 year ago

This flag appears to be missing from support, so I've added it.

tobyclemson commented 1 year ago

Hey @phene,

Thanks for the PR, I would like to get this merged.

Would you mind reverting the docs regeneration? This will get handled automatically by the build and release pipeline as we get to the next release. By regenerating as part of the commit, the docs will update before the change is available in the released gem, if you see what I mean.

Also, would you be able to update the CHANGELOG.md file with the enhancement?

Thanks again, Toby

phene commented 1 year ago

@tobyclemson Done. Thanks!