packman

A Recipe to Terraform a Virtualbox VM, with Docker, Docker Compose on Debian

Stars
2
Committers
1

Bot releases are hidden (Show)

packman - Terraform cleaner docs / First packer Latest Release

Published by Jean-Baptiste-Lasselle 8 months ago

This release contains:

  • cleaner terraform docs
  • a packer part fully working,only the vagrant publish is missing (that's gonna be for a next release)

Thank you for the github stars ! πŸš€ πŸš€πŸš€πŸš€πŸš€ ❀️

packman - Full study of the provider

Published by Jean-Baptiste-Lasselle 8 months ago

Content of this release

In this release, you will find a full study of the terra-farm/virtualbox terraform provider, in its v0.2.2-alpha.1 release version, and all informations you need to successfully terraform a VM with on NIC, and either of Ubuntu bionic, or Debian bookworm as OS.

This release, nevertheless, does not solve one major problem: once the VM is provisioned and running, there is no way to SSH into the machine, using either of the vagrant or the root user.

You can login into the VM by restarting it in headfull mode (not in headless mode, or detached mode), using :

  • vagrant as username and vagrant as password
  • root as username, and vagrant as password

Stack versions

  • Git bash:
Utilisateur@Utilisateur-PC MINGW64 ~/packman (feature/first/implementation)
$ terraform version
Terraform v1.3.0
on windows_amd64

Your version of Terraform is out of date! The latest version
is 1.7.4. You can update by downloading from https://www.terraform.io/downloads.html

Utilisateur@Utilisateur-PC MINGW64 ~/packman (feature/first/implementation)
$ go version
go version go1.18.3 windows/amd64

Utilisateur@Utilisateur-PC MINGW64 ~/packman (feature/first/implementation)
$ VBoxManage --version
7.0.6r155176
Related Projects