mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Fixing incorrect keyprovider-external.tofu (#2365)
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
52816a96dc
commit
b036e534b2
@@ -1,7 +1,7 @@
|
||||
terraform {
|
||||
encryption {
|
||||
key_provider "externalcommand" "foo" {
|
||||
key_provider "external" "foo" {
|
||||
command = ["./some_program", "some_parameter"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user