minimum tools after alpine fresh installed
Go to file
Patrick CAO HUU THIEN e03ed9f47c add README 2022-11-28 15:13:00 +01:00
.gitignore module alpine postinstall 2022-11-28 15:06:16 +01:00
README.rst add README 2022-11-28 15:13:00 +01:00
main.tf module alpine postinstall 2022-11-28 15:06:16 +01:00
variables.tf module alpine postinstall 2022-11-28 15:06:16 +01:00

README.rst

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: