mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 11:17:35 -05:00
9 lines
187 B
HCL
9 lines
187 B
HCL
terraform {
|
|
encryption {
|
|
key_provider "aws_kms" "basic" {
|
|
kms_key_id = "a4f791e1-0d46-4c8e-b489-917e0bec05ef"
|
|
region = "us-east-1"
|
|
key_spec = "AES_256"
|
|
}
|
|
}
|
|
} |