# STACKIT Service Account Token variable "STACKIT_SERVICE_ACCOUNT_TOKEN" { type = string description = "" } variable "STACKIT_PROJECT_ID" { type = string description = "" } variable "debian_image" { type = string default = "b641bf53-4dd4-4ba9-a1ff-9739920fbe73" } resource "stackit_key_pair" "admin_keypair" { name = "admin-keypair" public_key = file("~/.ssh/id_rsa.pub") }