mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-23 11:44:26 -05:00
8 lines
202 B
HCL
8 lines
202 B
HCL
terraform {
|
|
encryption {
|
|
key_provider "gcp_kms" "basic" {
|
|
kms_encryption_key = "projects/local-vehicle-id/locations/global/keyRings/ringid/cryptoKeys/keyid"
|
|
key_length = 32
|
|
}
|
|
}
|
|
} |