mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-25 14:00:57 -05:00
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Signed-off-by: ollevche <ollevche@gmail.com> Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com>
12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"key": {
|
|
"encryption_key": "newly generated base64-encoded encryption key",
|
|
"decryption_key": "base64-encoded decryption key, if input meta was present, omitted otherwise"
|
|
},
|
|
"meta": {
|
|
"external_data": {
|
|
"key1": "value1",
|
|
"key2": "value2"
|
|
}
|
|
}
|
|
} |