Fixing incorrect keyprovider-external.tofu (#2365)

Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
AbstractionFactory 2025-01-13 15:53:05 +01:00 committed by GitHub
parent 52816a96dc
commit b036e534b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
terraform {
encryption {
key_provider "externalcommand" "foo" {
key_provider "external" "foo" {
command = ["./some_program", "some_parameter"]
}
}
}
}