mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-04 12:01:49 -04: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
|
|
}
|
|
}
|
|
} |