Skip to content

Instantly share code, notes, and snippets.

@jessedearing
Last active August 17, 2018 21:21
Show Gist options
  • Save jessedearing/2918aaa3ce748f0e79cb43b5e84fb00f to your computer and use it in GitHub Desktop.
Save jessedearing/2918aaa3ce748f0e79cb43b5e84fb00f to your computer and use it in GitHub Desktop.
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