resource "stackit_kms_key" "key" { project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" keyring_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" display_name = "key-01" protection = "software" algorithm = "aes_256_gcm" purpose = "symmetric_encrypt_decrypt" }