We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh_resource
First off, this is an awesome idea that really solves a lot of the problems of provisioners by not using them.
Would you consider a ssh_destroy_resource, which only runs the SSH script on destroy, rather than create/update?
ssh_destroy_resource
The value of it would be getting around when = destroy provisioners as there are numerous bugs with them (see: hashicorp/terraform#13549, hashicorp/terraform#31266).
when = destroy
I would be happy to contribute this.
The text was updated successfully, but these errors were encountered:
@arbourd definitely would accept such a resource!
Sorry, something went wrong.
when
@arbourd v2.0.0 is now available with this feature. Thanks for suggesting / helping with this!
v2.0.0
Successfully merging a pull request may close this issue.
First off, this is an awesome idea that really solves a lot of the problems of provisioners by not using them.
Would you consider a
ssh_destroy_resource
, which only runs the SSH script on destroy, rather than create/update?The value of it would be getting around
when = destroy
provisioners as there are numerous bugs with them (see: hashicorp/terraform#13549, hashicorp/terraform#31266).I would be happy to contribute this.
The text was updated successfully, but these errors were encountered: