mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Fix a typo in the external method code snippet (#2881)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
terraform {
|
||||
encryption {
|
||||
key_provider "external" "foo" {
|
||||
method "external" "foo" {
|
||||
encrypt_command = ["./some_program", "--encrypt"]
|
||||
decrypt_command = ["./some_program", "--decrypt"]
|
||||
# Optional:
|
||||
|
||||
Reference in New Issue
Block a user