// keypair adding to the server resource "stackit_key_pair" "keypair" { name = "pubkeyforauth" public_key = chomp(file("${var.public_key_file}")) }