From 2300e5b1d5a657ebaff842ab22e2cf89779bf6d4 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Sat, 10 Aug 2019 02:45:18 +0200 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ffb30b..bd9d2c9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ If you're building the provider, follow the instructions to [install it as a plu #### Arguments +* `allow_missing` - (Optional) Whether to ignore that the file is missing. Defaults to `false`. * `host` - (Required) The remote host. * `host_key` - (Optional) The remote host's key. Defaults to an empty string. * `password` - (Optional) The password for the remote host. Defaults to an empty string (use `private_key` for key based authorization).