Fix a typo in the external method code snippet (#2881)

Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
Andrei Ciobanu
2025-06-02 15:19:47 +03:00
committed by GitHub
parent c1d0865a38
commit 4adc571c8c

View File

@@ -1,6 +1,6 @@
terraform {
encryption {
key_provider "external" "foo" {
method "external" "foo" {
encrypt_command = ["./some_program", "--encrypt"]
decrypt_command = ["./some_program", "--decrypt"]
# Optional: