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: +