fix: add missing param

This commit is contained in:
Chris Kruining 2024-11-14 19:02:53 +01:00
parent 9921c320d3
commit dd7a115f6a
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -42,5 +42,6 @@ module app 'app.bicep' = {
scope: calqueResourceGroup
params: {
context: context
registry: registry.outputs.registry
}
}