-
-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for terraform_docs for Terraform 0.12 (#45)
- Loading branch information
1 parent
dbf9108
commit 8cddce3
Showing
2 changed files
with
115 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8cddce3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--tmpdir is not an option in OSX BSD mktemp.
Is a specific version of mktemp supposed to be used for this to work?
8cddce3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I can see now :-/
https://unix.stackexchange.com/questions/30091/fix-or-alternative-for-mktemp-in-os-x
8cddce3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thenom This has been fixed in v1.15.0.
Please open an issue if there is anything not working properly.
8cddce3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @antonbabenko,
I am afraid i have had other issues with this new version which i have create the following issue for:
#52