From 592f1948b452394fec3d7c6e776d760ba16b231b Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Fri, 27 Sep 2019 17:27:42 +0200 Subject: dhall: Add a basic dhall type to be able to configure the role This commit adds a basic Dhall type for an easier usage of this role. --- dhall/Vault.dhall | 1 + 1 file changed, 1 insertion(+) create mode 100644 dhall/Vault.dhall (limited to 'dhall/Vault.dhall') diff --git a/dhall/Vault.dhall b/dhall/Vault.dhall new file mode 100644 index 0000000..089da4e --- /dev/null +++ b/dhall/Vault.dhall @@ -0,0 +1 @@ +{ apiToken : Text } -- cgit v1.2.3