add README

This commit is contained in:
Patrick CAO HUU THIEN 2022-11-28 15:13:00 +01:00
parent 99550a76d0
commit e03ed9f47c
1 changed files with 16 additions and 0 deletions

16
README.rst Normal file
View File

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