Skip to content

Instantly share code, notes, and snippets.

@amaudy
Created September 3, 2022 14:03
Show Gist options
  • Save amaudy/60a4a48394c0c38224064ee422589ed7 to your computer and use it in GitHub Desktop.
Save amaudy/60a4a48394c0c38224064ee422589ed7 to your computer and use it in GitHub Desktop.
Configuration file for Terraform
do_token = "xxx"
do_private_key = "terraform-devbox"
image = "ubuntu-22-04-x64"
name = "demo-devbox"
region = "sgp1"
size = "s-2vcpu-4gb"
tags = ["devbox", "demo"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment