Skip to content
New issue

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

Require executable #8

Merged
merged 3 commits into from Jan 8, 2019
Merged

Require executable #8

merged 3 commits into from Jan 8, 2019

Conversation

yorinasub17
Copy link
Contributor

I couldn't find anything in terraform that provides this, so decided to implement it here. This module essentially checks if the provided executable exists in the PATH, and if not, fails the apply and emits an error message. Even though this is trivial to implement, the goal of this module was to make it easy to provide a custom error message when the executable doesn't exist in a platform independent manner.

Copy link
Member

@brikis98 brikis98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea!

@yorinasub17
Copy link
Contributor Author

Merging and releasing!

@yorinasub17 yorinasub17 merged commit 47fcb05 into master Jan 8, 2019
@yorinasub17 yorinasub17 deleted the yori-require-executable branch January 8, 2019 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants