mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-04 12:01:49 -04:00
9 lines
191 B
HCL
9 lines
191 B
HCL
terraform {
|
|
encryption {
|
|
# Key provider configuration here
|
|
|
|
method "aes_gcm" "yourname" {
|
|
keys = key_provider.your_key_provider_type.your_key_provider_name
|
|
}
|
|
}
|
|
} |