Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

kinvolk-archives/flatcar-ipxe-packet-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo terraform code to show how to boot Flatcar on Packet via iPXE

Make sure you have https://github.com/coreos/terraform-provider-ct installed.

Create a file terraform.tfvars and define the following variables:

project_id = ""
ssh_keys = [
  "ssh-rsa ...",
]

Run terraform:

export PACKET_AUTH_TOKEN=""
terraform init
terraform apply

Your server should be reachable via ssh shortly after:

ssh core@...