aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/Vault.dhall
diff options
context:
space:
mode:
authorClement Delafargue <clement.delafargue@fretlink.com>2019-07-01 14:55:17 +0200
committerClement Delafargue <clement.delafargue@fretlink.com>2019-07-01 14:55:52 +0200
commit4d19211ce62a7405e4992e54f83851d32f742837 (patch)
tree3ea6d8408460adc83e951f5f7e6d1528a89226cb /dhall/Vault.dhall
parentc6f248b4041ad25593862e1a3b7c58be17c0a094 (diff)
downloadansible-clever-4d19211ce62a7405e4992e54f83851d32f742837.tar.gz
ansible-clever-4d19211ce62a7405e4992e54f83851d32f742837.tar.zst
ansible-clever-4d19211ce62a7405e4992e54f83851d32f742837.zip
remove org_id from vault type, add sshKey in vault
Diffstat (limited to 'dhall/Vault.dhall')
-rw-r--r--dhall/Vault.dhall2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Vault.dhall b/dhall/Vault.dhall
index ba1a309..b2a45cc 100644
--- a/dhall/Vault.dhall
+++ b/dhall/Vault.dhall
@@ -1 +1 @@
{ organization : Text, secret : Text, token : Text } { token : Text, secret : Text, sshKey : Text }