bug repro

This commit is contained in:
Chris Kruining 2024-12-03 08:44:51 +01:00
parent 47872137e0
commit f301f384d7
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -0,0 +1,12 @@
import {
container
resources_xxs
} from 'br/Tricep:recommended/app/container-app:latest'
targetScope = 'resourceGroup'
var container1 = container({
name: 'name'
image: 'registry/project-app:latest'
resources: resources_xxs
})