mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-07 12:02:04 -04:00
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
terraform {
|
|
encryption {
|
|
key_provider "external" "foo" {
|
|
command = ["./some_program", "some_parameter"]
|
|
}
|
|
}
|
|
}
|