mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-08 16:12:24 -04:00
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
7 lines
128 B
Text
7 lines
128 B
Text
terraform {
|
|
encryption {
|
|
key_provider "external" "foo" {
|
|
command = ["./some_program", "some_parameter"]
|
|
}
|
|
}
|
|
}
|