Patrick CAO HUU THIEN 5cc2b90c99 | ||
---|---|---|
.gitignore | ||
README.rst | ||
main.tf | ||
variables.tf |
README.rst
Terraform module to post install a alpine VM Description ----------- * add service sshd * disable service crond Usage ----- In the root terraform add:: module "postinstall" { source = "git::https://git.dalembert.upmc.fr/terraform/module_alpine_postinstall" connection_ip = var.eth0_ip connection_private_key = file(var.pm_private_key) } .. vim: spelllang=fr: