infra.tf (188B)
1 resource "hcloud_server" "test" { 2 image = "ubuntu-20.04" 3 count = 1 4 name = var.hostname 5 location = "hel1" 6 server_type = "cx11" 7 ssh_keys = [ 8 data.hcloud_ssh_key.pyrategpgssh.id 9 ] 10 }
infra_codeinfrastructure-as-code | |
git clone git://git.pyratebeard.net/infra_code.git | |
Log | Files | Refs | README |