Last active
August 17, 2018 21:21
-
-
Save jessedearing/2918aaa3ce748f0e79cb43b5e84fb00f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
data "external" "something_in_one_password" { | |
program = ["${path.cwd}/bin/one_password.sh"] | |
query = { | |
vault = "Personal" | |
uuid = "abc123" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment