8 lines
279 B
HCL
8 lines
279 B
HCL
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"
|
|
}
|