main
Ricard Illa 2022-08-25 09:24:15 +02:00
parent 6a23102aa4
commit e9cfa2b883
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 10 additions and 0 deletions

10
fugu.tf Normal file
View File

@ -0,0 +1,10 @@
# https://registry.terraform.io/providers/vultr/vultr/latest/docs/resources/instance
resource "vultr_instance" "fugu-vm" {
app_id = 0
backups = "disabled"
hostname = "fugu"
os_id = 412
plan = "vc2-1c-1gb"
region = "cdg"
tags = []
}