Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit c2850a3

Browse files
authored
fix(deps): pass prefix value to KMS DA (#36)
1 parent 170cd9b commit c2850a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

solutions/basic/stack_definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@
227227
{
228228
"name": "existing_kms_instance_crn",
229229
"value": "ref:../../inputs/existing_kms_instance_crn"
230+
},
231+
{
232+
"name": "prefix",
233+
"value": "ref:../../inputs/prefix"
230234
}
231235
]
232236
},

0 commit comments

Comments
 (0)