mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2a4d81042b
commit
60fdd359d5
@@ -0,0 +1,10 @@
|
||||
terraform {
|
||||
encryption {
|
||||
key_provider "external" "foo" {
|
||||
encrypt_command = ["./some_program", "--encrypt"]
|
||||
decrypt_command = ["./some_program", "--decrypt"]
|
||||
# Optional:
|
||||
keys = key_provider.some.provider
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user