From e03ed9f47c927e8f69bca60dc26da7da5838729a Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Mon, 28 Nov 2022 15:13:00 +0100 Subject: [PATCH] add README --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..fb15f4f --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +Terraform module to post install a alpine VM + +Usage +----- + +In the root terraform add:: + + module "postinstall" { + source = "../alpine_postinstall" + connection_ip = var.eth0_ip + connection_private_key = file(var.pm_private_key) + } + + +.. vim: spelllang=fr: +