mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04: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 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
terraform {
|
||||
encryption {
|
||||
key_provider "externalcommand" "foo" {
|
||||
key_provider "external" "foo" {
|
||||
command = ["./some_program", "some_parameter"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue