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